summaryrefslogtreecommitdiffstats
path: root/js/src/vm
Commit message (Expand)AuthorAgeLines
* Bug 1343481 - Part 4: Add Add GeneratorObject.{isAfterYield,isAfterAwait}.Gaming4JC2019-12-17-0/+38
* Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {...Gaming4JC2019-12-17-34/+47
* Bug 1343481 - Part 2: Stop using StarGegerator for async function.Gaming4JC2019-12-17-3/+3
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...Gaming4JC2019-12-17-13/+33
* Bug 1336705 - Part 2: Add self-hosting intrinsics for resolving/rejecting Pro...Gaming4JC2019-12-17-0/+108
* Issue #1302 - Add self-hosted implementation for string regex .matchAllwolfbeast2019-11-26-56/+55
* Issue #1284 - Implement /s (dotAll) for regular expressions, v2.wolfbeast2019-11-18-4/+10
* Revert "Issue #1284 - Implement /s (dotAll) for regular expressions."wolfbeast2019-11-18-5/+2
* Issue #1284 - Implement /s (dotAll) for regular expressions.wolfbeast2019-11-18-2/+5
* Issue #1283 - Implement Promise.prototype.finally()André Bargull2019-11-12-0/+19
* Merge branch 'master' into js-moduleswolfbeast2019-11-10-4746/+1280
|\
| * Merge pull request #1262 from athenian200/solaris-workMoonchild2019-11-02-0/+12
| |\
| | * MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up.athenian2002019-10-21-0/+12
| * | Issue #1257 - Part 2: Remove watch/unwatch and JS watchpoint class.wolfbeast2019-10-27-79/+60
| * | Issue #1257 - Part1: Remove watch class-hook and proxy trap.wolfbeast2019-10-26-3/+0
| |/
| * Use the correct group for JIT constraints.wolfbeast2019-09-05-7/+136
| * 1339395 - Part 3: Add BytecodeEmitter support for object rest and spread prop...Gaming4JC2019-07-18-0/+2
| * 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL.Gaming4JC2019-07-18-1/+1
| * 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret...Gaming4JC2019-07-18-4/+32
| * 1216630 - Print class source when calling toString on the constructor.Gaming4JC2019-07-18-5/+20
| * Fix a thread assertion in NewCopiedArrayTryUseGroupGaming4JC2019-07-18-2/+2
| * 1336783 - Part 1: Rework on reserved word and remove TokenStream::KeywordIsName.Gaming4JC2019-07-18-68/+32
| * 1283712 - Part 10: Support notes in getLastWarning shell-only testing function.Gaming4JC2019-07-18-0/+1
| * 1332245 - Move nsScriptError from js/xpconnect to dom/bindings.Gaming4JC2019-07-18-0/+215
| * 1283712 - Part 5: Support notes in Debugger.Gaming4JC2019-07-18-0/+36
| * 1339137 - Don't do Annex B lexical function behavior when redeclaring a param...Gaming4JC2019-07-18-4/+15
| * 1320408 - Part 26: Remove Shape::set declaration.Gaming4JC2019-07-18-3/+0
| * 1320408 - Part 25: Change NativeObject::toDictionaryMode to static method.Gaming4JC2019-07-18-19/+17
| * 1320408 - Part 24: Change NativeObject::{fillInAfterSwap,replaceWithNewEquiva...Gaming4JC2019-07-18-33/+34
| * 1320408 - Part 23: Change RegExpObject::{getShared,createShared,dumpBytecode}...Gaming4JC2019-07-18-19/+21
| * 1320408 - Part 22: Remove JSContext* parameter from ProxyObject::renew and Wr...Gaming4JC2019-07-18-1/+1
| * 1320408 - Part 19: Remove JSContext* parameter from ModuleObject::fixEnvironm...Gaming4JC2019-07-18-1/+1
| * 1320408 - Part 18: Change StringObject::init to static method.Gaming4JC2019-07-18-11/+9
| * 1320408 - Part 17: Change NativeObject::clearFlag to static method.Gaming4JC2019-07-18-9/+8
| * 1320408 - Part 16: Change NativeObject::removeProperty to static method.Gaming4JC2019-07-18-29/+28
| * 1320408 - Part 15: Change NativeObject::addDataProperty to static method.Gaming4JC2019-07-18-18/+18
| * 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18-157/+170
| * 1320408 - Part 13: Change DebugEnvironmentProxy::getMaybeSentinelValue to sta...Gaming4JC2019-07-18-6/+8
| * 1320408 - Part 12: Change JSScript::sourceData to static method.Gaming4JC2019-07-18-3/+3
| * 1320408 - Part 9: Change JSObject::setFlags and depending methods to static m...Gaming4JC2019-07-18-26/+29
| * 1320408 - Part 8: Change JSObject::reportNotConfigurable and JSObject::report...Gaming4JC2019-07-18-3/+3
| * 1320408 - Part 7: Remove JSContext* parameter from JSObject::shouldSpliceProt...Gaming4JC2019-07-18-1/+1
| * 1320408 - Part 6: Change JSObject::splicePrototype to static method.Gaming4JC2019-07-18-7/+6
| * 1320408 - Part 5: Change JSObject::constructorDisplayAtom to static method.Gaming4JC2019-07-18-1/+1
| * 1320408 - Part 4: Change JSObject::getGroup to static method.Gaming4JC2019-07-18-9/+15
| * 1320408 - Part 3: Remove JSContext* parameter from JSFunction::getBoundFuncti...Gaming4JC2019-07-18-1/+1
| * 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18-19/+27
| * 1320408 - Part 1: Change JSFunction::getLength and JSFunction::getUnresolvedL...Gaming4JC2019-07-18-2/+2
| * 1175823 - Implement [[DefineOwnProperty]] for mapped arguments object.Gaming4JC2019-07-18-1/+70
| * 1333143 - Self-host Object.prototype.valueOf.Gaming4JC2019-07-18-0/+1