| Commit message (Expand) | Author | Age | Lines |
* | Revert #1142 - Remove unboxed objects | wolfbeast | 2020-04-14 | -0/+187 |
* | Bug 1316098 - Optimize out result object allocation for await/return in async... | Gaming4JC | 2019-12-17 | -97/+2 |
* | Merge branch 'master' into js-modules | wolfbeast | 2019-11-10 | -783/+640 |
|\ |
|
| * | Merge pull request #1262 from athenian200/solaris-work | Moonchild | 2019-11-02 | -1/+1 |
| |\ |
|
| | * | MoonchildProductions#1251 - Part 9: Look for hypot in the math library (libm). | athenian200 | 2019-10-21 | -1/+1 |
| * | | Issue #1257 - Part 3: Remove/update tests. | wolfbeast | 2019-10-27 | -539/+1 |
| |/ |
|
| * | 1344334 - Make DoTypeUpdateFallback infallible. | Gaming4JC | 2019-07-18 | -0/+14 |
| * | 1339395 - Part 8: Add separate variables for wasm debugger test. | Gaming4JC | 2019-07-18 | -0/+26 |
| * | 1339395 - Part 6: Update jit-tests now that object rest/spread properties are... | Gaming4JC | 2019-07-18 | -3/+3 |
| * | 420857 - Part 4: Report the position of opening bracket for missing bracket e... | Gaming4JC | 2019-07-18 | -3/+10 |
| * | 420857 - Part 3: Report the position of opening brace for missing brace error... | Gaming4JC | 2019-07-18 | -0/+7 |
| * | 420857 - Part 2: Report the position of opening brace for missing brace error... | Gaming4JC | 2019-07-18 | -0/+46 |
| * | 420857 - Part 1: Report the position of opening brace for missing brace error... | Gaming4JC | 2019-07-18 | -0/+30 |
| * | 1357506 - Remove assert that constructorBox can only be set once when parsing... | Gaming4JC | 2019-07-18 | -0/+8 |
| * | 1359622 - Fix assert for calling Function.toString on class constructors when... | Gaming4JC | 2019-07-18 | -0/+4 |
| * | 1340148 - Disallow function redeclarations at module top level. | Gaming4JC | 2019-07-18 | -0/+96 |
| * | 104442 - Part 1: Report the position and the kind of previous declaration for... | Gaming4JC | 2019-07-18 | -0/+230 |
| * | 1339963 - Part 3: Check IdentifierName in ExportClause without from. | Gaming4JC | 2019-07-18 | -2/+44 |
| * | 1336783 - Part 1: Rework on reserved word and remove TokenStream::KeywordIsName. | Gaming4JC | 2019-07-18 | -3/+1 |
| * | 1333143 - Self-host Object.prototype.valueOf. | Gaming4JC | 2019-07-18 | -2/+2 |
| * | 903389 - Fix uses of ClassMethodIsNative. | Gaming4JC | 2019-07-18 | -0/+47 |
| * | 1317374 - Don't do Annex B lexical function behavior when redeclaring a param... | Gaming4JC | 2019-07-18 | -1/+3 |
| * | Remove unboxed object tests. | wolfbeast | 2019-06-25 | -187/+0 |
| * | Stage 1-4: Update tests | Tooru Fujisawa | 2019-02-03 | -48/+49 |
| * | Improve graph edge resolution code. | wolfbeast | 2018-10-23 | -0/+24 |
* | | Bug 1341298 - Relax expected module state when resolving modules and circular... | janekptacijarabaci | 2018-04-14 | -0/+8 |
* | | Bug 1341411 - Support circular module dependencies through export* per ES2017 | janekptacijarabaci | 2018-04-14 | -0/+15 |
* | | Bug 1341256 - Fix module namespace object get handler | janekptacijarabaci | 2018-04-14 | -0/+3 |
* | | Bug 1326453 - Part 5: Remove no longer used ListIterator implementation | janekptacijarabaci | 2018-04-14 | -3/+0 |
* | | Bug 1326453 - Part 4: Return @@toStringTag in [[OwnPropertyKeys]] trap for mo... | janekptacijarabaci | 2018-04-14 | -2/+17 |
* | | Bug 1326453 - Part 3: Don't throw a TypeError when SetPrototypeOf for module ... | janekptacijarabaci | 2018-04-14 | -1/+3 |
* | | Bug 1326453 - Part 2: Change @@toStringTag for module namespace objects to no... | janekptacijarabaci | 2018-04-14 | -1/+1 |
* | | Bug 1326453 - Part 1: Remove @@iterator method from module namespace objects ... | janekptacijarabaci | 2018-04-14 | -19/+0 |
* | | Bug 1320993 - Fix exporting default class expression | janekptacijarabaci | 2018-04-14 | -0/+2 |
|/ |
|
* | Merge remote-tracking branch 'janek/js_regexp_lastindex_1' | wolfbeast | 2018-03-27 | -2/+2 |
|\ |
|
| * | Bug 1317397: Only set lastIndex for global or sticky RegExps in RegExpBuiltin... | janekptacijarabaci | 2018-03-24 | -2/+2 |
* | | Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring it... | janekptacijarabaci | 2018-03-25 | -0/+10 |
* | | Bug 1342553, Bug 1343072, Bug 1344753 (details in the description) | janekptacijarabaci | 2018-03-25 | -0/+15 |
* | | Bug 1334314 - Fix debug mode OSR exception handling for IteratorClose trynotes | janekptacijarabaci | 2018-03-25 | -0/+16 |
* | | Bug 1341339 - Check for duplicates in processIterators | janekptacijarabaci | 2018-03-25 | -0/+9 |
* | | Bug 1335996 - Make test for bug 1333946 more reliable | janekptacijarabaci | 2018-03-25 | -3/+5 |
* | | Bug 1333946 - Make IonBuilder::processIterators transitive | janekptacijarabaci | 2018-03-25 | -0/+6 |
* | | Bug 1331444 - Keep iterators alive in Ion in for-of loops for IteratorClose d... | janekptacijarabaci | 2018-03-25 | -0/+7 |
|/ |
|
* | Add support for the function `name` property. | wolfbeast | 2018-03-20 | -22/+22 |
|\ |
|
| * | Part 4: Fix existing tests | janekptacijarabaci | 2018-03-19 | -22/+22 |
* | | Bug 1323868: Report object allocation failure when running off-main-thread | janekptacijarabaci | 2018-03-19 | -0/+5 |
|/ |
|
* | Support ES6's "new function" construct | wolfbeast | 2018-03-18 | -12/+8 |
|\ |
|
| * | Bug 755821: Function() should use the parser's argument parsing code | janekptacijarabaci | 2018-03-16 | -12/+8 |
* | | Handle same-compartment wrappers in TypedArray methods. | wolfbeast | 2018-03-17 | -0/+20 |
|/ |
|
* | Add rematerialized frames to the table on JitActivation after rematerializati... | wolfbeast | 2018-02-08 | -0/+65 |