summaryrefslogtreecommitdiffstats
path: root/js/src/jsobj.cpp
Commit message (Collapse)AuthorAgeLines
* 1320408 - Part 24: Change ↵Gaming4JC2019-07-18-22/+27
| | | | NativeObject::{fillInAfterSwap,replaceWithNewEquivalentShape,generateOwnShape,shadowingShapeChange} to static method.
* 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18-2/+3
|
* 1320408 - Part 13: Change DebugEnvironmentProxy::getMaybeSentinelValue to ↵Gaming4JC2019-07-18-1/+2
| | | | static method.
* 1320408 - Part 9: Change JSObject::setFlags and depending methods to static ↵Gaming4JC2019-07-18-5/+8
| | | | method.
* 1320408 - Part 8: Change JSObject::reportNotConfigurable and ↵Gaming4JC2019-07-18-5/+5
| | | | JSObject::reportNotExtensible to static method.
* 1320408 - Part 6: Change JSObject::splicePrototype to static method.Gaming4JC2019-07-18-3/+3
|
* 1320408 - Part 5: Change JSObject::constructorDisplayAtom to static method.Gaming4JC2019-07-18-4/+3
|
* 1320408 - Part 4: Change JSObject::getGroup to static method.Gaming4JC2019-07-18-3/+4
|
* 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18-1/+1
|
* 1175823 - Implement [[DefineOwnProperty]] for mapped arguments object.Gaming4JC2019-07-18-1/+1
|
* 903389 - Make Make NativeGet[Getter]PureInline handle dense/typed array shapes.Gaming4JC2019-07-18-4/+13
|
* 903389 - Fix uses of ClassMethodIsNative.Gaming4JC2019-07-18-21/+3
|
* Add StoreBuffer-inl.h header to jsobj.cppTravis W2019-06-27-0/+1
| | | This should fix deprot on the Linux and Macintosh
* Remove Unboxed Object code from /vm, Part 3.wolfbeast2019-06-25-1/+0
|
* Inline combined methods for NativeObject and UnboxedArrayObject accesses.wolfbeast2019-06-10-10/+12
|
* Remove UnboxedArray code part 2wolfbeast2019-05-23-22/+5
|
* Remove Unboxed Objects from vm/ - Part 2wolfbeast2019-05-16-58/+17
|
* Remove Unboxed Objects from vm/ Part 1 + fix deprotwolfbeast2019-05-16-0/+1
|
* Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-27-12/+0
|\ | | | | | | js_array_values_1
| * JS - Object - "TypeError: setting a property that has only a getter" without ↵janekptacijarabaci2018-03-12-12/+0
| | | | | | | | mentioning file and property name
* | JS - support for Array.prototype.values()janekptacijarabaci2018-02-20-0/+5
|/
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+3990