Mypal/js/src/vm
2020-04-03 20:43:46 +03:00
..
ArgumentsObject-inl.h basic source 2019-03-11 13:26:37 +03:00
ArgumentsObject.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
ArgumentsObject.h 1175823 - Implement [[DefineOwnProperty]] for mapped arguments object. 2019-09-05 20:05:50 +03:00
ArrayBufferObject-inl.h basic source 2019-03-11 13:26:37 +03:00
ArrayBufferObject.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
ArrayBufferObject.h basic source 2019-03-11 13:26:37 +03:00
ArrayObject-inl.h basic source 2019-03-11 13:26:37 +03:00
ArrayObject.h basic source 2019-03-11 13:26:37 +03:00
AsyncFunction.cpp Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
AsyncFunction.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
AsyncIteration.cpp Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
AsyncIteration.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
BooleanObject-inl.h basic source 2019-03-11 13:26:37 +03:00
BooleanObject.h basic source 2019-03-11 13:26:37 +03:00
Caches-inl.h basic source 2019-03-11 13:26:37 +03:00
Caches.cpp basic source 2019-03-11 13:26:37 +03:00
Caches.h basic source 2019-03-11 13:26:37 +03:00
CallNonGenericMethod.cpp basic source 2019-03-11 13:26:37 +03:00
CaseFolding.txt basic source 2019-03-11 13:26:37 +03:00
CharacterEncoding.cpp basic source 2019-03-11 13:26:37 +03:00
CodeCoverage.cpp basic source 2019-03-11 13:26:37 +03:00
CodeCoverage.h basic source 2019-03-11 13:26:37 +03:00
CommonPropertyNames.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
Compression.cpp basic source 2019-03-11 13:26:37 +03:00
Compression.h basic source 2019-03-11 13:26:37 +03:00
DateObject.h basic source 2019-03-11 13:26:37 +03:00
DateTime.cpp basic source 2019-03-11 13:26:37 +03:00
DateTime.h basic source 2019-03-11 13:26:37 +03:00
Debugger-inl.h basic source 2019-03-11 13:26:37 +03:00
Debugger.cpp Remove DOM promise implementation. 2020-04-03 20:43:46 +03:00
Debugger.h Remove DOM promise implementation. 2020-04-03 20:43:46 +03:00
DebuggerMemory.cpp basic source 2019-03-11 13:26:37 +03:00
DebuggerMemory.h basic source 2019-03-11 13:26:37 +03:00
DerivedCoreProperties.txt basic source 2019-03-11 13:26:37 +03:00
EnvironmentObject-inl.h basic source 2019-03-11 13:26:37 +03:00
EnvironmentObject.cpp Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
EnvironmentObject.h 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
ErrorObject-inl.h basic source 2019-03-11 13:26:37 +03:00
ErrorObject.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
ErrorObject.h basic source 2019-03-11 13:26:37 +03:00
ErrorReporting.cpp 1332245 - Move nsScriptError from js/xpconnect to dom/bindings. 2019-09-05 20:06:03 +03:00
ErrorReporting.h 1332245 - Move nsScriptError from js/xpconnect to dom/bindings. 2019-09-05 20:06:03 +03:00
ForOfIterator.cpp basic source 2019-03-11 13:26:37 +03:00
GeneratorObject.cpp Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
GeneratorObject.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
GlobalObject.cpp Remove DOM promise implementation. 2020-04-03 20:43:46 +03:00
GlobalObject.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
HelperThreads.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
HelperThreads.h basic source 2019-03-11 13:26:37 +03:00
Id.cpp basic source 2019-03-11 13:26:37 +03:00
Initialization.cpp basic source 2019-03-11 13:26:37 +03:00
Interpreter-inl.h 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
Interpreter.cpp Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
Interpreter.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
JSONParser.cpp Remove unboxed object code from js 2019-07-08 13:08:41 +03:00
JSONParser.h basic source 2019-03-11 13:26:37 +03:00
make_opcode_doc.py basic source 2019-03-11 13:26:37 +03:00
make_unicode.py basic source 2019-03-11 13:26:37 +03:00
MallocProvider.h basic source 2019-03-11 13:26:37 +03:00
MatchPairs.h basic source 2019-03-11 13:26:37 +03:00
MemoryMetrics.cpp basic source 2019-03-11 13:26:37 +03:00
Monitor.h basic source 2019-03-11 13:26:37 +03:00
MutexIDs.h basic source 2019-03-11 13:26:37 +03:00
NativeObject-inl.h Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
NativeObject.cpp Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
NativeObject.h Fix a thread assertion in NewCopiedArrayTryUseGroup. 2019-09-05 20:06:21 +03:00
NumberObject-inl.h basic source 2019-03-11 13:26:37 +03:00
NumberObject.h basic source 2019-03-11 13:26:37 +03:00
ObjectGroup-inl.h Remove unboxed object code from js 2019-07-08 13:08:41 +03:00
ObjectGroup.cpp Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
ObjectGroup.h Remove anyNewScript() 2019-07-08 13:10:11 +03:00
Opcodes.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
PIC.cpp basic source 2019-03-11 13:26:37 +03:00
PIC.h basic source 2019-03-11 13:26:37 +03:00
PosixNSPR.cpp basic source 2019-03-11 13:26:37 +03:00
PosixNSPR.h basic source 2019-03-11 13:26:37 +03:00
Printer.cpp basic source 2019-03-11 13:26:37 +03:00
Printer.h basic source 2019-03-11 13:26:37 +03:00
Probes-inl.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
Probes.cpp basic source 2019-03-11 13:26:37 +03:00
Probes.h basic source 2019-03-11 13:26:37 +03:00
PropDesc.h basic source 2019-03-11 13:26:37 +03:00
ProxyObject.cpp basic source 2019-03-11 13:26:37 +03:00
ProxyObject.h 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
Realm.cpp basic source 2019-03-11 13:26:37 +03:00
ReceiverGuard.cpp Remove unboxed object code from js 2019-07-08 13:08:41 +03:00
ReceiverGuard.h Remove unboxed object code from js 2019-07-08 13:08:41 +03:00
RegExpObject.cpp Implement /s (dotAll) flag for Regexes. 2019-12-25 15:46:17 +03:00
RegExpObject.h Implement /s (dotAll) flag for Regexes. 2019-12-25 15:46:17 +03:00
RegExpStatics.cpp basic source 2019-03-11 13:26:37 +03:00
RegExpStatics.h basic source 2019-03-11 13:26:37 +03:00
RegExpStaticsObject.h basic source 2019-03-11 13:26:37 +03:00
Runtime.cpp Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
Runtime.h basic source 2019-03-11 13:26:37 +03:00
SavedFrame.h basic source 2019-03-11 13:26:37 +03:00
SavedStacks-inl.h basic source 2019-03-11 13:26:37 +03:00
SavedStacks.cpp basic source 2019-03-11 13:26:37 +03:00
SavedStacks.h basic source 2019-03-11 13:26:37 +03:00
Scope.cpp 1339137 - Don't do Annex B lexical function behavior. 2019-09-05 20:06:00 +03:00
Scope.h 1339137 - Don't do Annex B lexical function behavior. 2019-09-05 20:06:00 +03:00
SelfHosting.cpp Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
SelfHosting.h basic source 2019-03-11 13:26:37 +03:00
Shape-inl.h basic source 2019-03-11 13:26:37 +03:00
Shape.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
Shape.h Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
ShapedObject-inl.h basic source 2019-03-11 13:26:37 +03:00
ShapedObject.h basic source 2019-03-11 13:26:37 +03:00
SharedArrayObject.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
SharedArrayObject.h basic source 2019-03-11 13:26:37 +03:00
SharedImmutableStringsCache-inl.h basic source 2019-03-11 13:26:37 +03:00
SharedImmutableStringsCache.cpp basic source 2019-03-11 13:26:37 +03:00
SharedImmutableStringsCache.h basic source 2019-03-11 13:26:37 +03:00
SharedMem.h basic source 2019-03-11 13:26:37 +03:00
SPSProfiler.cpp basic source 2019-03-11 13:26:37 +03:00
SPSProfiler.h basic source 2019-03-11 13:26:37 +03:00
Stack-inl.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
Stack.cpp Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
Stack.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
StopIterationObject.h basic source 2019-03-11 13:26:37 +03:00
Stopwatch.cpp basic source 2019-03-11 13:26:37 +03:00
Stopwatch.h basic source 2019-03-11 13:26:37 +03:00
String-inl.h basic source 2019-03-11 13:26:37 +03:00
String.cpp basic source 2019-03-11 13:26:37 +03:00
String.h basic source 2019-03-11 13:26:37 +03:00
StringBuffer.cpp basic source 2019-03-11 13:26:37 +03:00
StringBuffer.h basic source 2019-03-11 13:26:37 +03:00
StringObject-inl.h 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
StringObject.h 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
StructuredClone.cpp basic source 2019-03-11 13:26:37 +03:00
Symbol.cpp basic source 2019-03-11 13:26:37 +03:00
Symbol.h basic source 2019-03-11 13:26:37 +03:00
TaggedProto.cpp basic source 2019-03-11 13:26:37 +03:00
TaggedProto.h basic source 2019-03-11 13:26:37 +03:00
Time.cpp Support modern Solaris. 2019-12-25 15:43:27 +03:00
Time.h basic source 2019-03-11 13:26:37 +03:00
TraceLogging.cpp basic source 2019-03-11 13:26:37 +03:00
TraceLogging.h basic source 2019-03-11 13:26:37 +03:00
TraceLoggingGraph.cpp basic source 2019-03-11 13:26:37 +03:00
TraceLoggingGraph.h basic source 2019-03-11 13:26:37 +03:00
TraceLoggingTypes.cpp basic source 2019-03-11 13:26:37 +03:00
TraceLoggingTypes.h basic source 2019-03-11 13:26:37 +03:00
TypedArrayCommon.h basic source 2019-03-11 13:26:37 +03:00
TypedArrayObject.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
TypedArrayObject.h basic source 2019-03-11 13:26:37 +03:00
TypeInference-inl.h Remove unboxed object code from js 2019-07-08 13:08:41 +03:00
TypeInference.cpp Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
TypeInference.h Use the correct group for JIT constraints. 2019-12-25 15:41:54 +03:00
UbiNode.cpp basic source 2019-03-11 13:26:37 +03:00
UbiNodeCensus.cpp basic source 2019-03-11 13:26:37 +03:00
UbiNodeShortestPaths.cpp basic source 2019-03-11 13:26:37 +03:00
Unicode.cpp basic source 2019-03-11 13:26:37 +03:00
Unicode.h basic source 2019-03-11 13:26:37 +03:00
UnicodeData.txt basic source 2019-03-11 13:26:37 +03:00
UnicodeNonBMP.h basic source 2019-03-11 13:26:37 +03:00
Value.cpp basic source 2019-03-11 13:26:37 +03:00
WeakMapPtr.cpp basic source 2019-03-11 13:26:37 +03:00
WrapperObject.h basic source 2019-03-11 13:26:37 +03:00
Xdr.cpp basic source 2019-03-11 13:26:37 +03:00
Xdr.h basic source 2019-03-11 13:26:37 +03:00