summaryrefslogtreecommitdiffstats
path: root/js/src/jit/VMFunctions.cpp
Commit message (Collapse)AuthorAgeLines
* Revert #1137 - Remove unboxed arrayswolfbeast2020-04-14-12/+15
| | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes.
* Revert #1142 - Remove unboxed objectswolfbeast2020-04-14-1/+1
| | | | - accounting for removal of watch()/unwatch()
* Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to ↵Gaming4JC2019-12-17-2/+2
| | | | | | {yieldAndAwaitIndex,yieldAndAwaitOffset}. Tag #1287
* 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL.Gaming4JC2019-07-18-12/+0
|
* 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ↵Gaming4JC2019-07-18-4/+4
| | | | return value.
* 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18-1/+1
|
* Fix unified deprotwolfbeast2019-06-23-1/+1
|
* Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls.wolfbeast2019-06-14-13/+10
|
* Inline combined methods for NativeObject and UnboxedArrayObject accesses.wolfbeast2019-06-10-1/+1
|
* Remove UnboxedArray code part 1wolfbeast2019-05-23-6/+6
|
* Bug 1342553 - Part 0.2: Support JSOP_CHECKISCALLABLE in JITjanekptacijarabaci2018-03-25-0/+9
| | | | Issue #74
* Remove VerifyBarriers() and MaybeVerifyBarriers() stubs and callers.wolfbeast2018-02-03-4/+0
|
* Remove remaining conditional GCZeal code.wolfbeast2018-02-03-5/+1
| | | | | | | | | | | | | | | Creates stubs: jsgc.h/cpp VerifyBarriers() stub MaybeVerifyBarriers() stub GCRuntime::computeNonIncrementalMarkingForValidation() stub GCRuntime::validateIncrementalMarking() stub GCRuntime::finishMarkingValidation() stub GCRuntime::pushZealSelectedObjects() stub bool useZeal? GCRuntime::runDebugGC() stub XPConnect: nsXPCComponents_Utils::SetGCZeal() stub (always NS_OK)
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1361