summaryrefslogtreecommitdiffstats
path: root/js/src/jit/BaselineIC.cpp
Commit message (Collapse)AuthorAgeLines
* 1344334 - Make DoTypeUpdateFallback infallible.Gaming4JC2019-07-18-1/+8
|
* 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ↵Gaming4JC2019-07-18-4/+20
| | | | return value.
* 1320408 - Part 4: Change JSObject::getGroup to static method.Gaming4JC2019-07-18-9/+14
|
* Issue #1142 - Cleanup unused debug code for unboxed objectsGaming4JC2019-06-28-1/+1
| | | | Also fixes an assertion during compile if debug is enabled since unboxed objects have been removed.
* Remove Unboxed Object code from jit, Part 4.wolfbeast2019-06-25-103/+12
|
* Remove Unboxed Object code from jit, Part 3.wolfbeast2019-06-23-37/+3
|
* Remove Unboxed Object code from jit, Part 2.wolfbeast2019-06-23-114/+0
|
* Tabs -> Spaces (no code change)wolfbeast2019-06-18-2/+2
|
* Remove and clean up more code.wolfbeast2019-06-18-20/+3
|
* Convert CopyBoxedOrUnboxedDenseElements to something that doesn't crash.wolfbeast2019-06-17-2/+12
|
* Make use of ArrayObjects in favor of generic JS objects.wolfbeast2019-06-12-4/+4
| | | | | ArrayObjects has been a thing for years but been under-used. About time they are used where prudent.
* Inline combined methods for NativeObject and UnboxedArrayObject accesses.wolfbeast2019-06-10-19/+15
|
* Remove UnboxedArray code part 2wolfbeast2019-05-23-1/+7
|
* Remove UnboxedArray code part 1wolfbeast2019-05-23-145/+1
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+8719