gecko-dev/js/src/builtin
2014-05-23 16:53:02 -07:00
..
Array.js Bug 911147 - Implement Array.prototype.fill. r=jorendorff 2014-04-11 17:07:27 +02:00
Date.js Bug 769871 - Remove x_CheckThisX methods, as the extract-the-primitive-value methods immediately after perform that check already. r=Norbert 2013-03-22 12:35:44 -07:00
embedjs.py Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies 2013-06-17 18:31:47 -07:00
Eval.cpp Bug 964915 part 1 - Remove cx argument from innerObject hook. r=efaust 2014-05-08 15:00:36 +02:00
Eval.h Bug 980180 - remove principals as an argument to compilation, part 1 (r=terrence) 2014-03-06 16:28:05 -06:00
Intl.cpp Bug 987666 - Remove the unused dynamic root analysis. r=sfink 2014-03-24 18:32:36 -04:00
Intl.h Bug 924011 - Do not assume that PRUnichar and UChar are the same type; r=Waldo 2013-10-15 11:56:40 -04:00
Intl.js Bug 988416 - Part 2: Add safe _DefineValueProperty self-hosting intrinsic. r=jwalden 2014-04-10 14:07:03 +02:00
IntlData.js Bug 769872 - Add self-hosted JavaScript core of Intl constructors Collator, NumberFormat, DateTimeFormat (part 4). r=jwalden 2013-02-13 12:20:06 -08:00
Iterator.js Bug 919948 - Convert Array.prototype.@@iterator to use new iteration protocol. r=jorendorff 2013-10-17 12:10:02 +02:00
make_intl_data.py Bug 769872 - Add self-hosted JavaScript core of Intl constructors Collator, NumberFormat, DateTimeFormat (part 4). r=jwalden 2013-02-13 12:20:06 -08:00
Map.js Bug 987243 - Don't use .call(...) in self-hosted code. r=till 2014-03-25 10:27:35 -04:00
MapObject.cpp Bug 1007285 - Length property of the (Weak){Map,Set} constructors should be 1; r=jorendorff 2014-05-09 10:00:48 +02:00
MapObject.h Bug 989414 - Rename EncapsulatedPtr to PreBarriered to clarify intended usage; r=jonco 2014-04-25 15:18:53 -07:00
Number.js Bug 769871 - Remove x_CheckThisX methods, as the extract-the-primitive-value methods immediately after perform that check already. r=Norbert 2013-03-22 12:35:44 -07:00
Object.cpp Bug 992958 - Streamline __proto__ getter and setter definitions into a JSPropertySpec. r=luke 2014-05-23 16:53:02 -07:00
Object.h Bug 992958 - Streamline __proto__ getter and setter definitions into a JSPropertySpec. r=luke 2014-05-23 16:53:02 -07:00
ParallelUtilities.js Bug 974201 - Remove filterPar chunking. (r=nmatsakis) 2014-04-07 13:02:20 -07:00
Profilers.cpp Bug 634417 - Remove inappropriate uses of vanilla malloc/calloc/realloc/free/strdup from SpiderMonkey. r=luke. 2013-11-08 09:52:14 +11:00
Profilers.h Bug 944444 - Fix js/ compilation on mingw. r=Waldo 2013-12-05 10:56:22 +01:00
RegExp.cpp Bug 976446 - Add port of irregexp regexp engine, and use by default, r=jandem. 2014-05-15 16:48:21 -07:00
RegExp.h Bug 976446 - Add port of irregexp regexp engine, and use by default, r=jandem. 2014-05-15 16:48:21 -07:00
SelfHostingDefines.h Bug 988416 - Part 2: Add safe _DefineValueProperty self-hosting intrinsic. r=jwalden 2014-04-10 14:07:03 +02:00
Set.js Bug 987243 - Don't use .call(...) in self-hosted code. r=till 2014-03-25 10:27:35 -04:00
SIMD.cpp Bug 996076: Add SIMD.int32x4.{shiftLeft,shiftRight,shiftRightLogical} to the interpreter; r=nmatsakis 2014-05-02 13:11:19 +02:00
SIMD.h Bug 996076: Add SIMD.int32x4.{shiftLeft,shiftRight,shiftRightLogical} to the interpreter; r=nmatsakis 2014-05-02 13:11:19 +02:00
String.js Bug 1014114 - Self-host string HTML extensions. r=till 2014-05-23 20:45:52 +02:00
TestingFunctions.cpp Bug 987995, part 1 - Add testing functions reportOutOfMemory and reportLargeAllocationFailure. r=terrence. 2014-05-22 08:18:01 -05:00
TestingFunctions.h Bug 861925 - Add an optional parameter to the shell serialize() function for specifying Transferables, r=jorendorff 2013-10-15 23:47:26 -07:00
TypedObject.cpp Backed out 4 changesets (bug 973238) for build bustage on a CLOSED TREE 2014-05-16 13:52:49 -07:00
TypedObject.h Backed out 4 changesets (bug 973238) for build bustage on a CLOSED TREE 2014-05-16 13:52:49 -07:00
TypedObject.js Backed out 4 changesets (bug 973238) for build bustage on a CLOSED TREE 2014-05-16 13:52:49 -07:00
TypedObjectConstants.h Backed out 4 changesets (bug 973238) for build bustage on a CLOSED TREE 2014-05-16 13:52:49 -07:00
Utilities.js Backed out changeset 91eb27108c0b (bug 1015119) for build bustages and other test failures on a CLOSED TREE 2014-05-23 15:09:20 +02:00