summaryrefslogtreecommitdiff
path: root/js/src/vm
Commit message (Expand)AuthorAge
...
| * 1320408 - Part 18: Change StringObject::init to static method.Gaming4JC2019-07-18
| * 1320408 - Part 17: Change NativeObject::clearFlag to static method.Gaming4JC2019-07-18
| * 1320408 - Part 16: Change NativeObject::removeProperty to static method.Gaming4JC2019-07-18
| * 1320408 - Part 15: Change NativeObject::addDataProperty to static method.Gaming4JC2019-07-18
| * 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18
| * 1320408 - Part 13: Change DebugEnvironmentProxy::getMaybeSentinelValue to sta...Gaming4JC2019-07-18
| * 1320408 - Part 12: Change JSScript::sourceData to static method.Gaming4JC2019-07-18
| * 1320408 - Part 9: Change JSObject::setFlags and depending methods to static m...Gaming4JC2019-07-18
| * 1320408 - Part 8: Change JSObject::reportNotConfigurable and JSObject::report...Gaming4JC2019-07-18
| * 1320408 - Part 7: Remove JSContext* parameter from JSObject::shouldSpliceProt...Gaming4JC2019-07-18
| * 1320408 - Part 6: Change JSObject::splicePrototype to static method.Gaming4JC2019-07-18
| * 1320408 - Part 5: Change JSObject::constructorDisplayAtom to static method.Gaming4JC2019-07-18
| * 1320408 - Part 4: Change JSObject::getGroup to static method.Gaming4JC2019-07-18
| * 1320408 - Part 3: Remove JSContext* parameter from JSFunction::getBoundFuncti...Gaming4JC2019-07-18
| * 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18
| * 1320408 - Part 1: Change JSFunction::getLength and JSFunction::getUnresolvedL...Gaming4JC2019-07-18
| * 1175823 - Implement [[DefineOwnProperty]] for mapped arguments object.Gaming4JC2019-07-18
| * 1333143 - Self-host Object.prototype.valueOf.Gaming4JC2019-07-18
| * 903389 - Fix uses of ClassMethodIsNative.Gaming4JC2019-07-18
| * Remove anyNewScript()wolfbeast2019-06-26
| * Remove UnboxedObjects ObjectGroup addendumwolfbeast2019-06-25
| * Remove Unboxed Object code from /vm, Part 3.wolfbeast2019-06-25
| * Remove Unboxed Object code from jit, Part 2.wolfbeast2019-06-23
| * Merge pull request #1137 from MoonchildProductions/remove-unboxed-checkedMoonchild2019-06-19
| |\
| | * Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again.wolfbeast2019-06-18
| | * Update commentwolfbeast2019-06-18
| | * Remove and clean up more code.wolfbeast2019-06-18
| | * Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls.wolfbeast2019-06-18
| | * Clean up and rename MoveBoxedOrUnboxedDenseElements.wolfbeast2019-06-18
| | * Convert CopyBoxedOrUnboxedDenseElements to something that doesn't crash.wolfbeast2019-06-17
| | * Remove functors for array natives.wolfbeast2019-06-12
| | * Remove unboxed array context option and shell flag.wolfbeast2019-06-12
| | * Make use of ArrayObjects in favor of generic JS objects.wolfbeast2019-06-12
| | * Inline combined methods for NativeObject and UnboxedArrayObject accesses.wolfbeast2019-06-10
| | * Merge branch 'master' into remove-unboxedwolfbeast2019-06-08
| | |\
| | * | Remove UnboxedArray code part 2wolfbeast2019-05-23
| * | | Add Atomics.notify instead of Atomics.wake according to revised spec.wolfbeast2019-06-12
| | |/ | |/|
| * | Merge pull request #1091 from MoonchildProductions/remove-unboxedMoonchild2019-05-22
| |\|
| | * Remove Unboxed Objects from vm/ - Part 2wolfbeast2019-05-16
| | * Remove unboxed object code from jit, Part 1wolfbeast2019-05-16
| | * Remove Unboxed Objects from vm/ Part 1 + fix deprotwolfbeast2019-05-16
| | * Remove initial chunk of Unboxed Objects machinery part 2wolfbeast2019-05-15
| | * remove unboxed code chunk (wip1)wolfbeast2019-05-14
| * | Implement array.flat and array.flatMapwolfbeast2019-05-19
| * | Implement String.prototype.trimStart and trimEnd.wolfbeast2019-05-17
| |/
| * Issue #187: Remove solaris conditional code.wolfbeast2019-03-30
| * Remove a couple of unused variablesadeshkp2019-03-14
| * Align `instanceof` with the final ES6 spec.wolfbeast2019-02-07
| * Remove telemetry leftovers from JS engine.adeshkp2019-01-30
| * Reduce number of allocations in AutoStopwatchDavid Teller2019-01-29