summaryrefslogtreecommitdiffstats
path: root/js/src/vm/TypeInference.cpp
Commit message (Collapse)AuthorAgeLines
* Use the correct group for JIT constraints.wolfbeast2019-09-05-6/+78
| | | | | | | This fixes a rare crash/CTD in JS. This adds information about the constraints to a new RAII class so we can finish all constraints at the end. Based on changes in BZ 1568397
* 1320408 - Part 9: Change JSObject::setFlags and depending methods to static ↵Gaming4JC2019-07-18-1/+2
| | | | method.
* 1320408 - Part 4: Change JSObject::getGroup to static method.Gaming4JC2019-07-18-5/+9
|
* 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18-1/+2
|
* Remove anyNewScript()wolfbeast2019-06-26-11/+3
|
* Remove Unboxed Object code from /vm, Part 3.wolfbeast2019-06-25-136/+6
|
* Remove and clean up more code.wolfbeast2019-06-16-2/+2
|
* Remove UnboxedArray code part 2wolfbeast2019-05-23-1/+1
|
* Remove unboxed object code from jit, Part 1wolfbeast2019-05-16-11/+0
|
* Remove initial chunk of Unboxed Objects machinery part 2wolfbeast2019-05-15-5/+0
|
* Use canonical function in TypeNewScript::rollbackPartiallyInitializedObjects.wolfbeast2018-12-13-1/+12
|
* Rename TypeSet::clone to TypeSet::cloneIntoUninitialized to indicate that it ↵trav902018-09-19-8/+7
| | | | | | freshly initializes the TemporaryTypeSet* provided to it. Also removes existing code that, quite unnecessarily, partly initialized that argument.
* Part 1: Implement ES6 function name property semanticsjanekptacijarabaci2018-03-19-1/+1
| | | | Issue #78
* Remove unnecessary InvalidateCompilerOutputsForScript call.wolfbeast2018-02-08-12/+0
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+4600