| Commit message (Expand) | Author | Age | Lines |
* | 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 |
* | 1320408 - Part 12: Change JSScript::sourceData to static method. | Gaming4JC | 2019-07-18 | -3/+3 |
* | 1320408 - Part 9: Change JSObject::setFlags and depending methods to static m... | Gaming4JC | 2019-07-18 | -26/+29 |
* | 1320408 - Part 8: Change JSObject::reportNotConfigurable and JSObject::report... | Gaming4JC | 2019-07-18 | -3/+3 |
* | 1320408 - Part 7: Remove JSContext* parameter from JSObject::shouldSpliceProt... | Gaming4JC | 2019-07-18 | -1/+1 |
* | 1320408 - Part 6: Change JSObject::splicePrototype to static method. | Gaming4JC | 2019-07-18 | -7/+6 |
* | 1320408 - Part 5: Change JSObject::constructorDisplayAtom to static method. | Gaming4JC | 2019-07-18 | -1/+1 |
* | 1320408 - Part 4: Change JSObject::getGroup to static method. | Gaming4JC | 2019-07-18 | -9/+15 |
* | 1320408 - Part 3: Remove JSContext* parameter from JSFunction::getBoundFuncti... | Gaming4JC | 2019-07-18 | -1/+1 |
* | 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method. | Gaming4JC | 2019-07-18 | -19/+27 |
* | 1320408 - Part 1: Change JSFunction::getLength and JSFunction::getUnresolvedL... | Gaming4JC | 2019-07-18 | -2/+2 |
* | 1175823 - Implement [[DefineOwnProperty]] for mapped arguments object. | Gaming4JC | 2019-07-18 | -1/+70 |
* | 1333143 - Self-host Object.prototype.valueOf. | Gaming4JC | 2019-07-18 | -0/+1 |
* | 903389 - Fix uses of ClassMethodIsNative. | Gaming4JC | 2019-07-18 | -13/+0 |
* | Remove anyNewScript() | wolfbeast | 2019-06-26 | -12/+3 |
* | Remove UnboxedObjects ObjectGroup addendum | wolfbeast | 2019-06-25 | -28/+5 |
* | Remove Unboxed Object code from /vm, Part 3. | wolfbeast | 2019-06-25 | -1538/+12 |
* | Remove Unboxed Object code from jit, Part 2. | wolfbeast | 2019-06-23 | -199/+2 |
* | Merge pull request #1137 from MoonchildProductions/remove-unboxed-checked | Moonchild | 2019-06-19 | -1824/+88 |
|\ |
|
| * | Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again. | wolfbeast | 2019-06-18 | -12/+2 |
| * | Update comment | wolfbeast | 2019-06-18 | -4/+2 |
| * | Remove and clean up more code. | wolfbeast | 2019-06-18 | -39/+8 |
| * | Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls. | wolfbeast | 2019-06-18 | -38/+41 |
| * | Clean up and rename MoveBoxedOrUnboxedDenseElements. | wolfbeast | 2019-06-18 | -16/+0 |
| * | Convert CopyBoxedOrUnboxedDenseElements to something that doesn't crash. | wolfbeast | 2019-06-17 | -18/+0 |
| * | Remove functors for array natives. | wolfbeast | 2019-06-12 | -121/+0 |
| * | Remove unboxed array context option and shell flag. | wolfbeast | 2019-06-12 | -13/+0 |
| * | Make use of ArrayObjects in favor of generic JS objects. | wolfbeast | 2019-06-12 | -14/+11 |
| * | Inline combined methods for NativeObject and UnboxedArrayObject accesses. | wolfbeast | 2019-06-10 | -129/+9 |