Mypal/js/src/builtin
2020-04-03 20:43:46 +03:00
..
Array.js Implement array.flat and array.flatMap 2019-07-08 13:08:34 +03:00
AsyncIteration.js Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
AtomicsObject.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
AtomicsObject.h Rewrite atomization 2019-07-08 13:08:56 +03:00
Classes.js basic source 2019-03-11 13:26:37 +03:00
Date.js basic source 2019-03-11 13:26:37 +03:00
embedjs.py basic source 2019-03-11 13:26:37 +03:00
Error.js basic source 2019-03-11 13:26:37 +03:00
Eval.cpp basic source 2019-03-11 13:26:37 +03:00
Eval.h basic source 2019-03-11 13:26:37 +03:00
Function.js basic source 2019-03-11 13:26:37 +03:00
Generator.js basic source 2019-03-11 13:26:37 +03:00
Intl.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
Intl.h basic source 2019-03-11 13:26:37 +03:00
Intl.js basic source 2019-03-11 13:26:37 +03:00
IntlData.js basic source 2019-03-11 13:26:37 +03:00
IntlTimeZoneData.h Update TZ data to 2019c. 2019-12-25 15:42:45 +03:00
Iterator.js Bug 1326453 2019-12-25 15:40:09 +03:00
make_intl_data.py basic source 2019-03-11 13:26:37 +03:00
Map.js basic source 2019-03-11 13:26:37 +03:00
MapObject.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
MapObject.h basic source 2019-03-11 13:26:37 +03:00
Module.js 1341298 - Relax expected module state when resolving modules... 2019-12-25 15:40:23 +03:00
ModuleObject.cpp 1341411 - Support circular module dependencies through export* per ES2017. 2019-12-25 15:40:20 +03:00
ModuleObject.h Bug 1326453 2019-12-25 15:40:09 +03:00
Number.js basic source 2019-03-11 13:26:37 +03:00
Object.cpp Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
Object.h 1333143 - Self-host Object.prototype.valueOf. 2019-09-05 20:05:43 +03:00
Object.js 1333143 - Self-host Object.prototype.valueOf. 2019-09-05 20:05:43 +03:00
Profilers.cpp basic source 2019-03-11 13:26:37 +03:00
Profilers.h basic source 2019-03-11 13:26:37 +03:00
Promise.cpp Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
Promise.h Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
Promise.js Add Promise.prototype.finally(). 2019-12-25 15:45:53 +03:00
Reflect.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
Reflect.h basic source 2019-03-11 13:26:37 +03:00
Reflect.js basic source 2019-03-11 13:26:37 +03:00
ReflectParse.cpp Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
RegExp.cpp Use alternative packaging. 2019-12-25 15:46:36 +03:00
RegExp.h Implement /s (dotAll) flag for Regexes. 2019-12-25 15:46:17 +03:00
RegExp.js Use alternative packaging. 2019-12-25 15:46:36 +03:00
RegExpGlobalReplaceOpt.h.js basic source 2019-03-11 13:26:37 +03:00
RegExpLocalReplaceOpt.h.js basic source 2019-03-11 13:26:37 +03:00
SelfHostingDefines.h Use alternative packaging. 2019-12-25 15:46:36 +03:00
Set.js basic source 2019-03-11 13:26:37 +03:00
SIMD.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
SIMD.h basic source 2019-03-11 13:26:37 +03:00
Sorting.js basic source 2019-03-11 13:26:37 +03:00
String.js Use alternative packaging. 2019-12-25 15:46:36 +03:00
SymbolObject.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
SymbolObject.h Implement Symbol prototype 2019-07-08 13:08:37 +03:00
TestingFunctions.cpp Remove DOM promise implementation. 2020-04-03 20:43:46 +03:00
TestingFunctions.h basic source 2019-03-11 13:26:37 +03:00
TypedArray.js basic source 2019-03-11 13:26:37 +03:00
TypedObject.cpp Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
TypedObject.h basic source 2019-03-11 13:26:37 +03:00
TypedObject.js basic source 2019-03-11 13:26:37 +03:00
TypedObjectConstants.h basic source 2019-03-11 13:26:37 +03:00
Utilities.js Fix order of OwnProperty check for rest parameters. 2019-09-05 20:07:24 +03:00
WeakMap.js basic source 2019-03-11 13:26:37 +03:00
WeakMapObject.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
WeakMapObject.h basic source 2019-03-11 13:26:37 +03:00
WeakSet.js basic source 2019-03-11 13:26:37 +03:00
WeakSetObject.cpp 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
WeakSetObject.h 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00