..
builtin
No Issue - Fix building with --enable-js-lto Needed to include jscntxt.h due to de-unified building.
2023-08-08 09:43:24 +08:00
ctypes
Revert "Issue #1676 - Part 19: Split ctypes sources out of js/src/moz.build"
2022-09-07 10:40:47 +08:00
devtools
Revert "Issue #1676 - Part 5: Split devtools sources out of js/src/moz.build"
2022-09-07 11:01:37 +08:00
doc
Bug 1316098 - Optimize out result object allocation for await/return in async function.
2019-12-18 09:16:01 +08:00
ds
Issue #1656 - remove vim control lines from js/src
2023-05-04 10:46:02 +08:00
editline
Issue #80 - reinstated unified building for some large chunks of our code.
2022-09-07 10:36:23 +08:00
frontend
Merge remote-tracking branch 'origin/tracking' into custom
2023-07-25 09:16:25 +08:00
gc
Issue #2172 - add null zone sanity checks
2023-08-10 22:14:10 +08:00
gdb
Issue #1240 - Part 3c - Fast-forward to the V8 version of BigIntType. Disabling some sections temporarily since the dependencies are not there yet. Based on the following: https://bugzilla.mozilla.org/show_bug.cgi?id=1502797 https://bugzilla.mozilla.org/show_bug.cgi?id=1471134 https://bugzilla.mozilla.org/show_bug.cgi?id=1441098 Part 3 & 4 Add structured clone support for BigInt and Enable BigInt wrapping from DOM bindings. https://bugzilla.mozilla.org/show_bug.cgi?id=1522738
2023-07-25 09:09:18 +08:00
irregexp
js: add using js::LifoAlloc to fix build
2023-03-23 09:12:12 +08:00
jit
Merge remote-tracking branch 'origin/tracking' into custom
2023-07-29 23:43:29 +08:00
jit-test
Issue #2259 - Update Intl.* Object-ness to ECMA-402, 4th edition
2023-07-03 15:05:30 +08:00
jsapi-tests
Issue #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} into their own header and implementation files
2023-05-15 09:09:41 +08:00
octane
perf
Revert "Issue #1676 - Part 13: Split perf sources out of js/src/moz.build"
2022-09-07 10:59:46 +08:00
proxy
Issue #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} into their own header and implementation files
2023-05-15 09:09:41 +08:00
shell
Issue #2046 - Introduce mozIntl.DateTimeFormat with mozExtensions
2023-07-03 15:06:04 +08:00
tests
[multiple] Update Intl tests.
2023-07-03 15:12:46 +08:00
threading
Revert "Issue #1676 - Part 15: Split threading sources out of js/src/moz.build"
2022-09-07 10:41:43 +08:00
vm
Issue #2255 - Disable untested code path in Stopwatch.(h|cpp). https://bugzilla.mozilla.org/show_bug.cgi?id=1325299 Multiprocessor support in Windows returned bogus times causing debug asserts. This may or may not be related to the issue but found it trying to debug it.
2023-08-17 09:13:23 +08:00
vtune
Revert "Issue #1676 - Part 20: Split vtune sources out of js/src/moz.build"
2022-09-07 10:40:33 +08:00
wasm
Issue #1240 - Part 4 - Implement parser support for BigInt literals. https://bugzilla.mozilla.org/show_bug.cgi?id=1505849 Partially based on https://bugzilla.mozilla.org/show_bug.cgi?id=1456568 Un-result-ified the BigInt XDR code, so we can enable it. https://bugzilla.mozilla.org/show_bug.cgi?id=1419094 Uninitialised memory read with BigInt right-shift https://bugzilla.mozilla.org/show_bug.cgi?id=1679003
2023-07-25 09:09:57 +08:00
.clang-format
.gitignore
aclocal.m4
Issue #1905 - Part 3h - Fix breakages on other platforms. Mac Intel broke due to incorrect FFI target_dir for Intel. Linux and possibly other platforms use a secondary aclocal.m4 that still referenced ios.m4.
2022-06-13 09:01:48 +08:00
Cargo.lock
Cargo.toml
configure.in
dtoa.c
js-confdefs.h.in
js-config.h.in
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
js-config.in
js-config.mozbuild
Revert "Issue #1676 - Follow-up: Put js/src (including vm), jit, and wasm back into unified sources."
2022-09-07 10:40:18 +08:00
js-cxxflags.mozbuild
Issue #1676 - Part 2: Split CFLAGS and CXXFLAGS directives out of js/src/moz.build
2020-11-06 09:43:06 +08:00
js-testing.mozbuild
Issue #1676 - Part 1: Split MozTesting directives out of js/src/moz.build
2020-11-06 09:43:05 +08:00
js.msg
Issue #1240 - Part 3c - Fast-forward to the V8 version of BigIntType. Disabling some sections temporarily since the dependencies are not there yet. Based on the following: https://bugzilla.mozilla.org/show_bug.cgi?id=1502797 https://bugzilla.mozilla.org/show_bug.cgi?id=1471134 https://bugzilla.mozilla.org/show_bug.cgi?id=1441098 Part 3 & 4 Add structured clone support for BigInt and Enable BigInt wrapping from DOM bindings. https://bugzilla.mozilla.org/show_bug.cgi?id=1522738
2023-07-25 09:09:18 +08:00
js.pc.in
jsalloc.cpp
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsalloc.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsapi.cpp
Issue #2271 - Separate cloning of native and interpreted functions
2023-07-14 10:20:28 +08:00
jsapi.h
Issue #2259 - Reimplement String.prototype.toLocale{Lower,Upper}Case per ECMAScript Intl specification
2023-07-03 15:07:03 +08:00
jsarray.cpp
Issue #2026 - Part 1 - Implement BigInt64 and BigUint64Array. https://bugzilla.mozilla.org/show_bug.cgi?id=1456569
2023-07-29 23:38:09 +08:00
jsarray.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsast.tbl
Issue #2142 - Implement class static block
2023-05-01 13:27:03 +08:00
jsatom.cpp
Issue #1240 - Part 3c - Fast-forward to the V8 version of BigIntType. Disabling some sections temporarily since the dependencies are not there yet. Based on the following: https://bugzilla.mozilla.org/show_bug.cgi?id=1502797 https://bugzilla.mozilla.org/show_bug.cgi?id=1471134 https://bugzilla.mozilla.org/show_bug.cgi?id=1441098 Part 3 & 4 Add structured clone support for BigInt and Enable BigInt wrapping from DOM bindings. https://bugzilla.mozilla.org/show_bug.cgi?id=1522738
2023-07-25 09:09:18 +08:00
jsatom.h
No issue - Remove "code" from jsprototype.h macros
2023-01-26 11:38:07 +08:00
jsatominlines.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsautokw.py
jsbool.cpp
Issue #1240 - Part 3c - Fast-forward to the V8 version of BigIntType. Disabling some sections temporarily since the dependencies are not there yet. Based on the following: https://bugzilla.mozilla.org/show_bug.cgi?id=1502797 https://bugzilla.mozilla.org/show_bug.cgi?id=1471134 https://bugzilla.mozilla.org/show_bug.cgi?id=1441098 Part 3 & 4 Add structured clone support for BigInt and Enable BigInt wrapping from DOM bindings. https://bugzilla.mozilla.org/show_bug.cgi?id=1522738
2023-07-25 09:09:18 +08:00
jsbool.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsboolinlines.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsbytecode.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsclist.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jscntxt.cpp
Issue #2259 - Add mozilla::Result<V, E> and JS::Result<> for fallible return values
2023-07-03 15:03:29 +08:00
jscntxt.h
Issue #2259 - Reimplement String.prototype.toLocale{Lower,Upper}Case per ECMAScript Intl specification
2023-07-03 15:07:03 +08:00
jscntxtinlines.h
Issue #2089 - Use JS engine stack if necessary when reporting errors
2023-01-26 11:39:57 +08:00
jscompartment.cpp
Issue #1240 - Part 1 - Define a new BigInt primitive type. Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1366287 Part 1.0. However leaving out the --enable-bigint changes.
2023-07-25 09:08:03 +08:00
jscompartment.h
Issue #1240 - Part 1 - Define a new BigInt primitive type. Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1366287 Part 1.0. However leaving out the --enable-bigint changes.
2023-07-25 09:08:03 +08:00
jscompartmentinlines.h
Issue #1240 - Part 1 - Define a new BigInt primitive type. Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1366287 Part 1.0. However leaving out the --enable-bigint changes.
2023-07-25 09:08:03 +08:00
jscpucfg.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsdate.cpp
Don't rely on nsCRT from jsdate.
2022-03-22 22:33:11 +08:00
jsdate.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsdtoa.cpp
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsdtoa.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsexn.cpp
Issue #2089 - Implement the Promise.any combinator
2023-02-02 09:32:17 +08:00
jsexn.h
Issue #2089 - Implement the Promise.any combinator
2023-02-02 09:32:17 +08:00
jsfriendapi.cpp
Issue #1240 - Part 2 - Define the BigIntObject class for BigInt wrapper objects. Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1366287 Part 3. In our Part 3 we will fast forward to the V8 implementation skipping GMP.
2023-07-25 09:08:22 +08:00
jsfriendapi.h
Issue #2026 - Part 1 - Implement BigInt64 and BigUint64Array. https://bugzilla.mozilla.org/show_bug.cgi?id=1456569
2023-07-29 23:38:09 +08:00
jsfun.cpp
Issue #2271 - Use declared names of self-hosted functions for cloning
2023-07-14 10:20:43 +08:00
jsfun.h
Issue #2271 - Separate cloning of native and interpreted functions
2023-07-14 10:20:28 +08:00
jsfuninlines.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsgc.cpp
Issue #2172 - ensure pointers in RegExpShared are updated after GC compacting
2023-08-10 22:13:56 +08:00
jsgc.h
Issue #1240 - Part 1 - Define a new BigInt primitive type. Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1366287 Part 1.0. However leaving out the --enable-bigint changes.
2023-07-25 09:08:03 +08:00
jsgcinlines.h
Issue #2083 - Part 1: Make RegExpShared a GC thing.
2023-02-01 07:35:50 +08:00
jshashutil.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsiter.cpp
Issue #2259 - Add mozilla::Result<V, E> and JS::Result<> for fallible return values
2023-07-03 15:03:29 +08:00
jsiter.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jslibmath.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsmath.cpp
Issue #1240 - Part 5b - BigInt support for basic arithmetic operations. https://bugzilla.mozilla.org/show_bug.cgi?id=1471134 Parts 3-5.
2023-07-25 09:11:46 +08:00
jsmath.h
Issue #1240 - Part 5b - BigInt support for basic arithmetic operations. https://bugzilla.mozilla.org/show_bug.cgi?id=1471134 Parts 3-5.
2023-07-25 09:11:46 +08:00
jsnativestack.cpp
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
jsnativestack.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsnspr.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsnum.cpp
Issue #1240 - Follow-up: Fix incorrect values in Number() constructor. https://bugzilla.mozilla.org/show_bug.cgi?id=1466893 Our code base was using the return value to create the Number object. However with the BigInt changes, it is no longer stored in rval, use args[0].
2023-07-29 23:42:50 +08:00
jsnum.h
Issue #2026 - Part 2a - Support BigInt in NumberFormat and toLocaleString. https://bugzilla.mozilla.org/show_bug.cgi?id=1543677
2023-07-29 23:38:30 +08:00
jsobj.cpp
Issue #2026 - Part 1 - Implement BigInt64 and BigUint64Array. https://bugzilla.mozilla.org/show_bug.cgi?id=1456569
2023-07-29 23:38:09 +08:00
jsobj.h
Issue #2259 - Add mozilla::Result<V, E> and JS::Result<> for fallible return values
2023-07-03 15:03:29 +08:00
jsobjinlines.h
Issue #2259 - Add mozilla::Result<V, E> and JS::Result<> for fallible return values
2023-07-03 15:03:29 +08:00
json.cpp
Issue #1240 - Part 2 - Define the BigIntObject class for BigInt wrapper objects. Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1366287 Part 3. In our Part 3 we will fast forward to the V8 implementation skipping GMP.
2023-07-25 09:08:22 +08:00
json.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsopcode.cpp
Issue #1240 - Part 4 - Implement parser support for BigInt literals. https://bugzilla.mozilla.org/show_bug.cgi?id=1505849 Partially based on https://bugzilla.mozilla.org/show_bug.cgi?id=1456568 Un-result-ified the BigInt XDR code, so we can enable it. https://bugzilla.mozilla.org/show_bug.cgi?id=1419094 Uninitialised memory read with BigInt right-shift https://bugzilla.mozilla.org/show_bug.cgi?id=1679003
2023-07-25 09:09:57 +08:00
jsopcode.h
Issue #1240 - Part 4 - Implement parser support for BigInt literals. https://bugzilla.mozilla.org/show_bug.cgi?id=1505849 Partially based on https://bugzilla.mozilla.org/show_bug.cgi?id=1456568 Un-result-ified the BigInt XDR code, so we can enable it. https://bugzilla.mozilla.org/show_bug.cgi?id=1419094 Uninitialised memory read with BigInt right-shift https://bugzilla.mozilla.org/show_bug.cgi?id=1679003
2023-07-25 09:09:57 +08:00
jsopcodeinlines.h
Issue #1894 - Part 1: Implement coalesce JS opcode
2022-05-22 06:46:16 +08:00
jsprf.cpp
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsprf.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jspropertytree.cpp
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jspropertytree.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsprototypes.h
Issue #2026 - Part 1 - Implement BigInt64 and BigUint64Array. https://bugzilla.mozilla.org/show_bug.cgi?id=1456569
2023-07-29 23:38:09 +08:00
jspubtd.h
Issue #1240 - Part 1 - Define a new BigInt primitive type. Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1366287 Part 1.0. However leaving out the --enable-bigint changes.
2023-07-25 09:08:03 +08:00
jsscript.cpp
Issue #1240 - Part 4 - Implement parser support for BigInt literals. https://bugzilla.mozilla.org/show_bug.cgi?id=1505849 Partially based on https://bugzilla.mozilla.org/show_bug.cgi?id=1456568 Un-result-ified the BigInt XDR code, so we can enable it. https://bugzilla.mozilla.org/show_bug.cgi?id=1419094 Uninitialised memory read with BigInt right-shift https://bugzilla.mozilla.org/show_bug.cgi?id=1679003
2023-07-25 09:09:57 +08:00
jsscript.h
Issue #2236 - Fix import.meta module error in lambdas by moving parseGoal() into SharedContext. Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1604792 Also remove ParseGoal being passed through Parser introduced in #1691 Part 2.
2023-05-10 11:55:55 +08:00
jsscriptinlines.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsshell.msg
jsstr.cpp
Issue #1240 - Part 3c - Fast-forward to the V8 version of BigIntType. Disabling some sections temporarily since the dependencies are not there yet. Based on the following: https://bugzilla.mozilla.org/show_bug.cgi?id=1502797 https://bugzilla.mozilla.org/show_bug.cgi?id=1471134 https://bugzilla.mozilla.org/show_bug.cgi?id=1441098 Part 3 & 4 Add structured clone support for BigInt and Enable BigInt wrapping from DOM bindings. https://bugzilla.mozilla.org/show_bug.cgi?id=1522738
2023-07-25 09:09:18 +08:00
jsstr.h
Issue #2259 - Reimplement String.prototype.toLocale{Lower,Upper}Case per ECMAScript Intl specification
2023-07-03 15:07:03 +08:00
jstypes.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsutil.cpp
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsutil.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsversion.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jsweakmap.cpp
Avoid TLS lookups when checking if zones need to be marked for GC.
2023-07-03 14:59:02 +08:00
jsweakmap.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jswin.h
Issue #1656 - Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
jswrapper.h
Issue #2083 - Part 2: Remove use of RegExpGuard.
2023-02-01 07:36:07 +08:00
make-source-package.sh
Makefile.in
Issue #2065 - Part 3: Process install manifests with --track in the recursive make backend
2022-12-30 09:20:05 +08:00
moz.build
Issue #2026 - Part 2a - Support BigInt in NumberFormat and toLocaleString. https://bugzilla.mozilla.org/show_bug.cgi?id=1543677
2023-07-29 23:38:30 +08:00
NamespaceImports.h
Issue #1240 - Part 1 - Define a new BigInt primitive type. Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1366287 Part 1.0. However leaving out the --enable-bigint changes.
2023-07-25 09:08:03 +08:00
old-configure.in
Merge remote-tracking branch 'origin/tracking' into custom
2023-05-01 06:55:51 +08:00
README.html
symverscript.in
Y.js