| Commit message (Expand) | Author | Age | Lines |
* | [js] Remove pointless MakeMRegExpHoistable optimization. | wolfbeast | 2020-03-18 | -6/+0 |
* | Revert #1091 Remove unboxed object code phase 1 + extras. | wolfbeast | 2020-02-23 | -5/+445 |
* | Revert #1137 - Remove unboxed arrays | wolfbeast | 2020-02-23 | -88/+1814 |
* | Revert #1142 - Remove unboxed objects | wolfbeast | 2020-02-22 | -20/+1765 |
* | Revert 1320408 part 15: Make addDataProperty static | wolfbeast | 2020-02-22 | -18/+18 |
* | Issue #1322 - Part 1: Remove the DOM Promise guts. | wolfbeast | 2019-12-19 | -28/+0 |
* | Bug 1390082 - Implement AsyncGeneratorQueue with simpler array operations. | Gaming4JC | 2019-12-17 | -10/+52 |
* | Bug 1379525 - Part 1: Await on the value before yielding or returning inside ... | Gaming4JC | 2019-12-17 | -97/+88 |
* | Bug 1331092 - Part 7: Implement Async Generator yield*. | Gaming4JC | 2019-12-17 | -29/+159 |
* | Bug 1331092 - Part 2: Implement Async Generator except yield*. | Gaming4JC | 2019-12-17 | -2/+823 |
* | Bug 1317389: Change property attributes for generator and async functions to ... | Gaming4JC | 2019-12-17 | -12/+22 |
* | Bug 1316098 - Optimize out result object allocation for await/return in async... | Gaming4JC | 2019-12-17 | -34/+11 |
* | Bug 1343481 - Part 4: Add Add GeneratorObject.{isAfterYield,isAfterAwait}. | Gaming4JC | 2019-12-17 | -0/+38 |
* | Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {... | Gaming4JC | 2019-12-17 | -34/+47 |
* | Bug 1343481 - Part 2: Stop using StarGegerator for async function. | Gaming4JC | 2019-12-17 | -3/+3 |
* | Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m... | Gaming4JC | 2019-12-17 | -13/+33 |
* | Bug 1336705 - Part 2: Add self-hosting intrinsics for resolving/rejecting Pro... | Gaming4JC | 2019-12-17 | -0/+108 |
* | Issue #1302 - Add self-hosted implementation for string regex .matchAll | wolfbeast | 2019-11-26 | -56/+55 |
* | Issue #1284 - Implement /s (dotAll) for regular expressions, v2. | wolfbeast | 2019-11-18 | -4/+10 |
* | Revert "Issue #1284 - Implement /s (dotAll) for regular expressions." | wolfbeast | 2019-11-18 | -5/+2 |
* | Issue #1284 - Implement /s (dotAll) for regular expressions. | wolfbeast | 2019-11-18 | -2/+5 |
* | Issue #1283 - Implement Promise.prototype.finally() | André Bargull | 2019-11-12 | -0/+19 |
* | Merge branch 'master' into js-modules | wolfbeast | 2019-11-10 | -4746/+1280 |
|\ |
|
| * | Merge pull request #1262 from athenian200/solaris-work | Moonchild | 2019-11-02 | -0/+12 |
| |\ |
|
| | * | MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up. | athenian200 | 2019-10-21 | -0/+12 |
| * | | Issue #1257 - Part 2: Remove watch/unwatch and JS watchpoint class. | wolfbeast | 2019-10-27 | -79/+60 |
| * | | Issue #1257 - Part1: Remove watch class-hook and proxy trap. | wolfbeast | 2019-10-26 | -3/+0 |
| |/ |
|
| * | Use the correct group for JIT constraints. | wolfbeast | 2019-09-05 | -7/+136 |
| * | 1339395 - Part 3: Add BytecodeEmitter support for object rest and spread prop... | Gaming4JC | 2019-07-18 | -0/+2 |
| * | 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL. | Gaming4JC | 2019-07-18 | -1/+1 |
| * | 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret... | Gaming4JC | 2019-07-18 | -4/+32 |
| * | 1216630 - Print class source when calling toString on the constructor. | Gaming4JC | 2019-07-18 | -5/+20 |
| * | Fix a thread assertion in NewCopiedArrayTryUseGroup | Gaming4JC | 2019-07-18 | -2/+2 |
| * | 1336783 - Part 1: Rework on reserved word and remove TokenStream::KeywordIsName. | Gaming4JC | 2019-07-18 | -68/+32 |
| * | 1283712 - Part 10: Support notes in getLastWarning shell-only testing function. | Gaming4JC | 2019-07-18 | -0/+1 |
| * | 1332245 - Move nsScriptError from js/xpconnect to dom/bindings. | Gaming4JC | 2019-07-18 | -0/+215 |
| * | 1283712 - Part 5: Support notes in Debugger. | Gaming4JC | 2019-07-18 | -0/+36 |
| * | 1339137 - Don't do Annex B lexical function behavior when redeclaring a param... | Gaming4JC | 2019-07-18 | -4/+15 |
| * | 1320408 - Part 26: Remove Shape::set declaration. | Gaming4JC | 2019-07-18 | -3/+0 |
| * | 1320408 - Part 25: Change NativeObject::toDictionaryMode to static method. | Gaming4JC | 2019-07-18 | -19/+17 |
| * | 1320408 - Part 24: Change NativeObject::{fillInAfterSwap,replaceWithNewEquiva... | Gaming4JC | 2019-07-18 | -33/+34 |
| * | 1320408 - Part 23: Change RegExpObject::{getShared,createShared,dumpBytecode}... | Gaming4JC | 2019-07-18 | -19/+21 |
| * | 1320408 - Part 22: Remove JSContext* parameter from ProxyObject::renew and Wr... | Gaming4JC | 2019-07-18 | -1/+1 |
| * | 1320408 - Part 19: Remove JSContext* parameter from ModuleObject::fixEnvironm... | Gaming4JC | 2019-07-18 | -1/+1 |
| * | 1320408 - Part 18: Change StringObject::init to static method. | Gaming4JC | 2019-07-18 | -11/+9 |
| * | 1320408 - Part 17: Change NativeObject::clearFlag to static method. | Gaming4JC | 2019-07-18 | -9/+8 |
| * | 1320408 - Part 16: Change NativeObject::removeProperty to static method. | Gaming4JC | 2019-07-18 | -29/+28 |
| * | 1320408 - Part 15: Change NativeObject::addDataProperty to static method. | Gaming4JC | 2019-07-18 | -18/+18 |
| * | 1320408 - Part 14: Change some GlobalObject methods to static method. | Gaming4JC | 2019-07-18 | -157/+170 |
| * | 1320408 - Part 13: Change DebugEnvironmentProxy::getMaybeSentinelValue to sta... | Gaming4JC | 2019-07-18 | -6/+8 |