This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch upstream/28.5.0 in repository pale-moon. commit a9682a32af09f2fb8ae39c66fdc19ecdee24e591 Merge: cc07da9 a5d22aa Author: wolfbeast <mcwerewolf@wolfbeast.com> Date: Sat Apr 6 12:12:20 2019 +0200 Merge branch '816' This merges both the JS Front-end parser changes to better structure the parser code, and the TC39 `toString()` revision proposal with the exception of ES6 classes. .../test/browser_webconsole_output_02.js | 4 +- devtools/server/tests/unit/test_listsources-04.js | 4 +- js/src/builtin/Object.cpp | 280 +++-- js/src/frontend/BytecodeCompiler.cpp | 12 +- js/src/frontend/BytecodeCompiler.h | 2 + js/src/frontend/BytecodeEmitter.cpp | 17 +- js/src/frontend/BytecodeEmitter.h | 2 +- js/src/frontend/FullParseHandler.h | 17 +- js/src/frontend/ParseNode.h | 8 +- js/src/frontend/Parser.cpp | 1296 ++++++++++---------- js/src/frontend/Parser.h | 101 +- js/src/frontend/SharedContext.h | 5 +- js/src/frontend/SyntaxParseHandler.h | 7 +- js/src/frontend/TokenStream.cpp | 8 +- js/src/frontend/TokenStream.h | 11 +- js/src/jit-test/tests/asm.js/testSource.js | 48 +- .../tests/basic/function-tosource-bug779694.js | 2 +- .../tests/basic/function-tosource-constructor.js | 16 +- .../tests/basic/function-tosource-getset.js | 10 +- js/src/jit-test/tests/basic/testLet.js | 2 +- js/src/jit-test/tests/debug/Script-gc-02.js | 2 +- js/src/jit-test/tests/debug/Script-gc-03.js | 2 +- .../jit-test/tests/debug/Script-sourceStart-04.js | 4 +- js/src/jit-test/tests/debug/Source-text-02.js | 1 + js/src/jit-test/tests/latin1/assorted.js | 6 +- js/src/jit-test/tests/latin1/function.js | 4 +- js/src/js.msg | 9 +- js/src/jsapi.cpp | 46 +- js/src/jsfun.cpp | 92 +- js/src/jsscript.cpp | 47 +- js/src/jsscript.h | 49 +- js/src/tests/ecma_2017/Function/Object-toSource.js | 370 ++++++ js/src/tests/ecma_2017/Function/browser.js | 0 js/src/tests/ecma_2017/Function/shell.js | 0 js/src/tests/ecma_6/Generators/runtime.js | 2 +- js/src/tests/js1_5/Scope/regress-185485.js | 2 +- js/src/tests/js1_7/extensions/regress-354945-01.js | 2 +- js/src/tests/js1_7/extensions/regress-354945-02.js | 2 +- js/src/tests/js1_7/geniter/regress-352197.js | 2 +- js/src/tests/js1_8/genexps/regress-683738.js | 8 +- js/src/tests/js1_8_5/regress/regress-584355.js | 2 +- js/src/wasm/AsmJS.cpp | 24 +- .../webstorage/storage_string_conversion.html | 6 +- testing/xpcshell/selftest.py | 2 +- toolkit/modules/tests/xpcshell/test_Log.js | 6 +- 45 files changed, 1551 insertions(+), 991 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git