index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
vm
Commit message (
Expand
)
Author
Age
Lines
*
Issue #1701 - Implement Intl.PluralRules API
Moonchild
2020-12-22
-0
/
+12
*
Revert "Issue #1691 - Part 1: Provide a way of associating a private value wi...
Moonchild
2020-11-28
-2
/
+1
*
Issue #1691 - Part 1: Provide a way of associating a private value with a script
Moonchild
2020-11-27
-1
/
+2
*
Issue #1676 - Part 8: Fix up include for selfhosted.out.h
Matt A. Tobin
2020-11-03
-1
/
+1
*
Issue #1656 - Part 7: Nuke vim config lines in JS
Moonchild
2020-09-24
-155
/
+0
*
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
Moonchild
2020-09-23
-1
/
+0
*
Merge branch 'master' into es-modules-work
Moonchild
2020-08-13
-1
/
+4
|
\
|
*
[js] Get the class pointer from the ObjectGroup in NativeObject::slotSpan
Moonchild
2020-07-10
-1
/
+4
*
|
Issue #618 - Simplify module resolve hook to be a function pointer
Moonchild
2020-08-06
-23
/
+15
*
|
Issue #618 - Use a single slot for the module's environment object.
Moonchild
2020-07-08
-12
/
+0
*
|
Issue #618 - Align error handling for module scripts with the spec (again)
Moonchild
2020-07-08
-2
/
+1
|
/
*
Issue #618 - Report source position information (line/column)
Moonchild
2020-07-04
-0
/
+46
*
Issue #618 - Align module instantiation/errors with the updated spec.
Moonchild
2020-07-03
-18
/
+5
*
Issue #1570 - Implement globalThis
wolfbeast
2020-05-30
-0
/
+36
*
[js] Remove pointless MakeMRegExpHoistable optimization.
wolfbeast
2020-03-18
-6
/
+0
*
Revert #1091 Remove unboxed object code phase 1 + extras.
wolfbeast
2020-02-23
-5
/
+445
*
Revert #1137 - Remove unboxed arrays
wolfbeast
2020-02-23
-88
/
+1814
*
Revert #1142 - Remove unboxed objects
wolfbeast
2020-02-22
-20
/
+1765
*
Revert 1320408 part 15: Make addDataProperty static
wolfbeast
2020-02-22
-18
/
+18
*
Issue #1322 - Part 1: Remove the DOM Promise guts.
wolfbeast
2019-12-19
-28
/
+0
*
Bug 1390082 - Implement AsyncGeneratorQueue with simpler array operations.
Gaming4JC
2019-12-17
-10
/
+52
*
Bug 1379525 - Part 1: Await on the value before yielding or returning inside ...
Gaming4JC
2019-12-17
-97
/
+88
*
Bug 1331092 - Part 7: Implement Async Generator yield*.
Gaming4JC
2019-12-17
-29
/
+159
*
Bug 1331092 - Part 2: Implement Async Generator except yield*.
Gaming4JC
2019-12-17
-2
/
+823
*
Bug 1317389: Change property attributes for generator and async functions to ...
Gaming4JC
2019-12-17
-12
/
+22
*
Bug 1316098 - Optimize out result object allocation for await/return in async...
Gaming4JC
2019-12-17
-34
/
+11
*
Bug 1343481 - Part 4: Add Add GeneratorObject.{isAfterYield,isAfterAwait}.
Gaming4JC
2019-12-17
-0
/
+38
*
Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {...
Gaming4JC
2019-12-17
-34
/
+47
*
Bug 1343481 - Part 2: Stop using StarGegerator for async function.
Gaming4JC
2019-12-17
-3
/
+3
*
Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...
Gaming4JC
2019-12-17
-13
/
+33
*
Bug 1336705 - Part 2: Add self-hosting intrinsics for resolving/rejecting Pro...
Gaming4JC
2019-12-17
-0
/
+108
*
Issue #1302 - Add self-hosted implementation for string regex .matchAll
wolfbeast
2019-11-26
-56
/
+55
*
Issue #1284 - Implement /s (dotAll) for regular expressions, v2.
wolfbeast
2019-11-18
-4
/
+10
*
Revert "Issue #1284 - Implement /s (dotAll) for regular expressions."
wolfbeast
2019-11-18
-5
/
+2
*
Issue #1284 - Implement /s (dotAll) for regular expressions.
wolfbeast
2019-11-18
-2
/
+5
*
Issue #1283 - Implement Promise.prototype.finally()
André Bargull
2019-11-12
-0
/
+19
*
Merge branch 'master' into js-modules
wolfbeast
2019-11-10
-4746
/
+1280
|
\
|
*
Merge pull request #1262 from athenian200/solaris-work
Moonchild
2019-11-02
-0
/
+12
|
|
\
|
|
*
MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up.
athenian200
2019-10-21
-0
/
+12
|
*
|
Issue #1257 - Part 2: Remove watch/unwatch and JS watchpoint class.
wolfbeast
2019-10-27
-79
/
+60
|
*
|
Issue #1257 - Part1: Remove watch class-hook and proxy trap.
wolfbeast
2019-10-26
-3
/
+0
|
|
/
|
*
Use the correct group for JIT constraints.
wolfbeast
2019-09-05
-7
/
+136
|
*
1339395 - Part 3: Add BytecodeEmitter support for object rest and spread prop...
Gaming4JC
2019-07-18
-0
/
+2
|
*
1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL.
Gaming4JC
2019-07-18
-1
/
+1
|
*
1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret...
Gaming4JC
2019-07-18
-4
/
+32
|
*
1216630 - Print class source when calling toString on the constructor.
Gaming4JC
2019-07-18
-5
/
+20
|
*
Fix a thread assertion in NewCopiedArrayTryUseGroup
Gaming4JC
2019-07-18
-2
/
+2
|
*
1336783 - Part 1: Rework on reserved word and remove TokenStream::KeywordIsName.
Gaming4JC
2019-07-18
-68
/
+32
|
*
1283712 - Part 10: Support notes in getLastWarning shell-only testing function.
Gaming4JC
2019-07-18
-0
/
+1
|
*
1332245 - Move nsScriptError from js/xpconnect to dom/bindings.
Gaming4JC
2019-07-18
-0
/
+215
[next]