Граф коммитов

  • f8bf746081 chore: removed NOT_FOUND explicit check, added related note naijun0403 2024-09-28 21:10:10 +0900
  • 2dc7237fe6 chore: return earlier naijun0403 2024-09-28 21:04:33 +0900
  • 7fd0600e43
    Bump github/codeql-action from 3.26.8 to 3.26.9 dependabot[bot] 2024-09-28 12:03:44 +0000
  • ac202d7bd4 chore: check Scriptable.NOT_FOUND instead of hasProperty & CharSequence naijun0403 2024-09-28 20:28:08 +0900
  • f2c3b9c65c feat: implement Symbol.toStringTag naijun0403 2024-09-28 19:00:11 +0900
  • 19fbdcc01f Pass correct parameters in splitScope Roland Praml 2024-09-26 08:40:34 +0200
  • 8b3f11ec3f Fix merge of changes to test262.properties Greg Brail 2024-09-27 15:16:20 -0700
  • 9663ec1074 clean up and spotlessApply, update test262.properties nabacg 2024-09-25 19:57:32 +0100
  • 3ef2e7125e making sure we scan entire lhs of assigmnent AstNode for ?. operator nabacg 2024-09-25 19:27:15 +0100
  • 7417230c59 throwing invalid assignment error when lhs is an optional chain operator nabacg 2024-09-25 18:56:57 +0100
  • f654784efa updated test262.properties nabacg 2024-09-19 12:47:01 +0100
  • 93c02925cf code cleanup and potential BodyGen visitGetPropOptional optimistion similar to visitGetProp nabacg 2024-09-19 12:35:07 +0100
  • 8fb6fa9bc8 support for ?. for REF_SPECIAL property access Grzegorz Caban 2024-09-08 14:33:11 +0100
  • 728ff51d52 adding few new rhino ByteCodes to handle Optional property get and optional method call for `?.` operator nabacg 2024-09-05 18:19:04 +0100
  • 4388040fd8 handling optional method call (i.e. a.method?.()) in parser. Enabling language/expressions/optional-chaining section in test262 and reworking the solution to pass them, including the necessity to clone ASTNode to avoid problems introduced due to structural sharing betweek left and right of left.?rigth. Grzegorz Caban 2024-09-02 12:43:48 +0100
  • bf78cf4694 optional chaining operator by transforming into conditional expression in IRFactory Grzegorz Caban 2024-08-29 21:42:31 +0100
  • 35103c8913 Fix tests Roland Praml 2024-09-26 15:37:14 +0200
  • 3d48903502 spotless Roland Praml 2024-09-26 15:31:26 +0200
  • 0465fd1424 Tried to move LiveConnect stuff to own package Roland Praml 2024-09-26 15:17:32 +0200
  • f150caf2da clean up and spotlessApply, update test262.properties nabacg 2024-09-25 19:57:32 +0100
  • 3a8fc851af making sure we scan entire lhs of assigmnent AstNode for ?. operator nabacg 2024-09-25 19:27:15 +0100
  • f9ea6d0008 throwing invalid assignment error when lhs is an optional chain operator nabacg 2024-09-25 18:56:57 +0100
  • 383656bb21 updated test262.properties nabacg 2024-09-19 12:47:01 +0100
  • ba8bee5b4b code cleanup and potential BodyGen visitGetPropOptional optimistion similar to visitGetProp nabacg 2024-09-19 12:35:07 +0100
  • a9a5d7b09f support for ?. for REF_SPECIAL property access Grzegorz Caban 2024-09-08 14:33:11 +0100
  • a853625ea8 adding few new rhino ByteCodes to handle Optional property get and optional method call for `?.` operator nabacg 2024-09-05 18:19:04 +0100
  • dc4951dd1e handling optional method call (i.e. a.method?.()) in parser. Enabling language/expressions/optional-chaining section in test262 and reworking the solution to pass them, including the necessity to clone ASTNode to avoid problems introduced due to structural sharing betweek left and right of left.?rigth. Grzegorz Caban 2024-09-02 12:43:48 +0100
  • f5541530a4 optional chaining operator by transforming into conditional expression in IRFactory Grzegorz Caban 2024-08-29 21:42:31 +0100
  • 4633ceca0e Pass correct parameters in splitScope Roland Praml 2024-09-26 08:40:34 +0200
  • bb15f768b8 fix: bytecode version unspecified & NPE naijun0403 2024-09-21 01:58:13 +0900
  • 211d214d45 Fix test262.properties statistics Greg Brail 2024-09-25 21:34:54 -0700
  • 9cb1a36a5c Clean up Map usage and comments Greg Brail 2024-09-24 21:37:43 -0700
  • 51bc8bdf7d Clean up NativeSymbol to use built-in features of LambdaConstructor. Greg Brail 2024-09-24 18:22:11 -0700
  • 20ac87876a Fix test262 tests that pass Greg Brail 2024-09-24 16:49:40 -0700
  • cd849a663c Implement `Symbol.prototype.description` Andrea Bergia 2024-08-07 11:17:54 +0200
  • d13fe83dc7 Disable the slowest Mozilla Suite tests at lower optimization levels Greg Brail 2024-09-25 22:10:36 -0700
  • 102ee65035 Fix test262.properties statistics Greg Brail 2024-09-25 21:34:54 -0700
  • 1b11e690f4 Compute Token and Icode constants Roland Praml 2024-09-24 14:26:52 +0200
  • a8e236f3f2 regenerate test262.properties, seems to be a bit outdated regarding the current code Ronald Brill 2024-09-25 18:25:46 +0200
  • 6888d323e5 regenerate test262.properties, seems to be a bit outdated regarding the current code Ronald Brill 2024-09-25 18:25:46 +0200
  • f06af412ab Clean up Map usage and comments Greg Brail 2024-09-24 21:37:43 -0700
  • 319b675f1f Clean up NativeSymbol to use built-in features of LambdaConstructor. Greg Brail 2024-09-24 18:22:11 -0700
  • 778c5aaf03 Fix test262 tests that pass Greg Brail 2024-09-24 16:49:40 -0700
  • e89de18cfd Implement `Symbol.prototype.description` Andrea Bergia 2024-08-07 11:17:54 +0200
  • fd140eadf5 Always upload the logs! Greg Brail 2024-09-24 00:02:40 -0700
  • 70bba4d973 Spotless Roland Praml 2024-09-24 15:17:55 +0200
  • e2699bda93 remove wrong comment Roland Praml 2024-09-24 15:15:34 +0200
  • 7b9cade100 add more realistic test with java-lang standards Roland Praml 2024-09-24 15:10:14 +0200
  • 4546065b6e Merge branch 'master-upstream' into fix-use-correct-thisObj-interfaceadapter Roland Praml 2024-09-24 14:53:25 +0200
  • 38975f9088 Compute Token and Icode constants Roland Praml 2024-09-24 14:26:52 +0200
  • 3bbc292e65 Try to use enums as token Roland Praml 2024-09-24 13:14:23 +0200
  • d4337d34f5 Always upload the logs! Greg Brail 2024-09-24 00:02:40 -0700
  • 8f7a844f5c Fix a thing that conflicted with a recent change Greg Brail 2024-09-23 16:40:40 -0700
  • 70509232ad Update usage of Errorprone and also warnings Greg Brail 2024-09-21 15:30:37 -0700
  • f7723b0e7f Fix a thing that conflicted with a recent change Greg Brail 2024-09-23 16:40:40 -0700
  • 9ceef7db73 Update usage of Errorprone and also warnings Greg Brail 2024-09-21 15:30:37 -0700
  • 2eccdd1078 Optimize map access in JavaMembers Roland Praml 2024-09-23 14:13:03 +0200
  • 53a787138e Optimize map access in Hashtable Roland Praml 2024-09-23 13:47:31 +0200
  • a4a9b2db15 Use the Constructable interface instead of Function if appropriate Ronald Brill 2024-09-20 17:23:28 +0200
  • 5dc0961ad8 Optimize map access in JavaMembers Roland Praml 2024-09-23 14:13:03 +0200
  • 972f5e26eb Optimize map access in Hashtable Roland Praml 2024-09-23 13:47:31 +0200
  • 542b0f7f05 More tests. Still in progress Roland Praml 2024-09-23 12:13:40 +0200
  • 30214c9476
    Merge c18dea32f7 into 484fc3d914 qxo 2024-09-23 04:15:52 +0000
  • 484fc3d914 FIX: test for nested literals in DefaultParametersTest Satish Srinivasan 2024-09-23 01:03:31 +0530
  • 6e23677800 FIX: test for nested literals in DefaultParametersTest Satish Srinivasan 2024-09-23 01:03:31 +0530
  • c97c4aa288 Update build strategy to now build on anything Java 17 and up Greg Brail 2024-09-16 16:05:14 -0700
  • 82bcf4512a All the changes required for a formatter upgrade Greg Brail 2024-09-16 16:01:29 -0700
  • 459f933b59 Try a different strategy for Java versions Greg Brail 2024-09-12 18:07:58 -0700
  • a24dfdc792 Update test262 properties for some new passing tests Greg Brail 2024-09-21 22:29:49 -0700
  • 1b77ce1391
    Merge 47ec21c8f9 into caa1efbdea Roland Praml 2024-09-22 00:20:25 +0000
  • 9ca1469552 FEAT: Support default parameters Satish Srinivasan 2024-09-22 04:04:02 +0530
  • de8fd0edc9 Update build strategy to now build on anything Java 17 and up Greg Brail 2024-09-16 16:05:14 -0700
  • d9f5780dd1 All the changes required for a formatter upgrade Greg Brail 2024-09-16 16:01:29 -0700
  • 7c2b555ed6 Try a different strategy for Java versions Greg Brail 2024-09-12 18:07:58 -0700
  • caa1efbdea Bump github/codeql-action from 3.26.2 to 3.26.8 dependabot[bot] 2024-09-21 12:22:43 +0000
  • 7b4bbae94b Use CharSequences instead of Strings for isWellFormed and toWellFormed Cam Walter 2024-09-17 15:25:37 -0500
  • a76f06a399 NativeString: Implement isWellFormed and toWellFormed Cam Walter 2024-09-13 01:34:18 -0500
  • 8687fc8667 NativeJSON: Support ES2019 well formed stringify Cam Walter 2024-09-12 22:46:44 -0500
  • a84fbba4f5 Extend LambdaConstructor for more flexibility Greg Brail 2024-09-11 23:00:36 -0700
  • fbb0c2a5a9
    Bump github/codeql-action from 3.26.2 to 3.26.8 dependabot[bot] 2024-09-21 12:22:43 +0000
  • 39c4804415 fix: The trySetAccessible method does not exist on Android naijun0403 2024-09-21 01:58:50 +0900
  • e217cee358 fix: bytecode version unspecified & NPE naijun0403 2024-09-21 01:58:13 +0900
  • b344ca43b5 Use the Constructable interface instead of Function if appropriate Ronald Brill 2024-09-20 17:23:28 +0200
  • cc4e73c76e
    Use CharSequences instead of Strings for isWellFormed and toWellFormed Cam Walter 2024-09-17 15:25:37 -0500
  • 6109f21c5f
    NativeString: Implement isWellFormed and toWellFormed Cam Walter 2024-09-13 01:34:18 -0500
  • 4857864952
    NativeJSON: Support ES2019 well formed stringify Cam Walter 2024-09-12 22:46:44 -0500
  • 2d305cb583 Merge branch 'master' into scratch/satish/support-default-arguments Satish Srinivasan 2024-09-17 08:04:26 +0530
  • c18dea32f7 feat: improve JavaMembers.java add cache for java lookup qxo 2024-09-16 22:34:27 +0800
  • b08de525f3 Set MozillaSuiteTest language version explicitly to 1.8 Tony Germano 2024-08-29 21:36:05 -0400
  • 06d5f67ca7 Update Shell to use Context.VERSION_ES6 by default Tony Germano 2024-08-29 17:18:03 -0400
  • 33dbc766e5 Add ignored test for deeply nested literals Satish Srinivasan 2024-09-17 01:38:35 +0530
  • 0ffad68e85 FIX: Error reporting for versions <= VERSION_200 Satish Srinivasan 2024-09-17 01:21:00 +0530
  • e2537dcb58 Add test for nested arrays Satish Srinivasan 2024-09-17 00:40:05 +0530
  • f249481893 FIX: Cycle in scope chain with `for (let ...` Satish Srinivasan 2024-09-17 00:06:18 +0530
  • b1a6dda7bc FIX: Simplify storage for default parameters Satish Srinivasan 2024-09-16 23:16:48 +0530
  • 31f9358def FIX: transformObjectLiteral should be private Satish Srinivasan 2024-09-15 04:37:37 +0530
  • 361282dfec Update 262 properties Satish Srinivasan 2024-09-15 04:29:55 +0530
  • c267b47c60
    Merge branch 'master' into scratch/satish/support-default-arguments Satish Srinivasan 2024-09-15 04:21:23 +0530
  • b34e6a31a1 FIX: Style comments Satish Srinivasan 2024-09-15 04:09:10 +0530
  • f8a0a82fa8 Update test22 suite + include resizable-arraybuffer in unsuported feature list Paul Bakker 2024-09-12 22:22:56 +0200