summaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
* 1326454 - Make TokenStream::peekChar's signature fallible.Gaming4JC2019-07-18
* 1326454 - Rename TokenStream::getBracedUnicode to TokenStream::matchBracedUni...Gaming4JC2019-07-18
* 1326454 - Introduce TokenStream::warning that warns at the current offset.Gaming4JC2019-07-18
* 1326454 - Introduce TokenStream::error that reports an error at the current o...Gaming4JC2019-07-18
* 1325157 - Implement a ParserBase class that holds functionality that's identi...Gaming4JC2019-07-18
* 1325473 - A TypeError should be thrown when accessing 'arguments' or 'caller'...Gaming4JC2019-07-18
* 1320403 - Move JSFunction::EXPR_BODY to JSScript, LazyScript, and FunctionBox.Gaming4JC2019-07-18
* 636635 - Do not create named lambda binding for a function created by Functio...Gaming4JC2019-07-18
* 1317379 - Disallow generator functions and async functions as direct children...Gaming4JC2019-07-18
* 1296814 - Move FunctionDeclaration-as-consequent/alternative handling out of ...Gaming4JC2019-07-18
* 1317153 - Provide better error message when errornous syntax possibly match "...Gaming4JC2019-07-18
* 1317090: Remove js::FindBody;Gaming4JC2019-07-18
* 1315815 - Don't treat async or await as a keyword when they contain escapes.Gaming4JC2019-07-18
* Avoid type confusion in ArrayJoinDenseKernelwolfbeast2019-07-08
* Issue mcp-graveyard/UXP%1142 - Cleanup unused debug code for unboxed objectsGaming4JC2019-06-28
* Issue mcp-graveyard/UXP%1142 - Remove uneeded assertion (%1145)g4jc2019-06-28
* Add StoreBuffer-inl.h header to jsobj.cppTravis W2019-06-27
* Remove anyNewScript()wolfbeast2019-06-26
* Clean up MObjectStatewolfbeast2019-06-26
* Remove now-unused parameter (prev. used for unboxed objects).wolfbeast2019-06-26
* Remove UnboxedObjects ObjectGroup addendumwolfbeast2019-06-25
* Remove unboxed object tests.wolfbeast2019-06-25
* Remove Unboxed Objects Option Codewolfbeast2019-06-25
* Remove Unboxed Object code from /vm, Part 3.wolfbeast2019-06-25
* Remove Unboxed Object code from jit, Part 4.wolfbeast2019-06-25
* Remove Unboxed Object code from jit, Part 3.wolfbeast2019-06-23
* Fix unified deprotwolfbeast2019-06-23
* Remove Unboxed Object code from jit, Part 2.wolfbeast2019-06-23
* Call a more generic function when inlining array natives.wolfbeast2019-06-20
* Merge pull request %1137 from MoonchildProductions/remove-unboxed-checkedMoonchild2019-06-19
|\
| * Tabs -> Spaces (no code change)wolfbeast2019-06-18
| * Remove/inline CanonicalizeArrayLengthValue.wolfbeast2019-06-18
| * 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
| * Fix typo in ArrayShiftMoveElementswolfbeast2019-06-17
| * Remove functors for array natives.wolfbeast2019-06-12
| * Remove unboxed array context option and shell flag.wolfbeast2019-06-12
| * Remove unused LIR temp register for unboxed arrays.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
| * | Remove UnboxedArray code part 1wolfbeast2019-05-23
* | | Update tzdata SpiderMonkey fileswolfbeast2019-06-15
* | | Add Atomics.notify instead of Atomics.wake according to revised spec.wolfbeast2019-06-12
| |/ |/|
* | Fix %1091 deprotwolfbeast2019-05-29