WebKit Trac
  • Login
  • Preferences
  • Register
  • Forgot your password?
  • Wiki
  • Timeline
  • Browse Source
  • Search

Context Navigation



Results (11 - 20 of 630)

← 1 2 3 4 5 6 7 8 9 10 11 12 →
[260621]: Remove revoked Proxy checks from ProxyCreate ...
... yaml: Mark 2 test cases as passing. * ChakraCore/test/es6/arraywithproxy.baseline: Removed. * ChakraCore/test/es6/proxytest9.baseline: Removed. * stress/proxy-revoke.js: Adjust test. * test262/expectations.yaml: Mark 12 test cases as passing. Source/JavaScriptCore: This change removes revoke ...
By Alexey Shvayka — Apr 23, 2020 10:43:33 PM
[259536]: '\u' should throw an early SyntaxError exception, but instead ...
... seUnicodeEscape() right away, aligning string literals with ES6 template literals. parseComplexEscape() method signature is greatly simplified, JSC is aligned with V8 and SpiderMonkey. Grammar: https://tc39.es/ecma262/#prod-UnicodeEscapeSequence (Hex4Digits or '{' is required, otherwise parsing fai ...
By Alexey Shvayka — Apr 4, 2020 12:36:31 PM
[258279]: Throws incorrectly a syntax error when declaring a top level catch ...
... JSTests: * ChakraCore/test/es6/globalParamCatchNewTargetSyntaxError.baseline-jsc: * stress/catch-destructuring-shadow-lexical-const-variable-global.js: Added. (catch): * stress/catch-destructuring-shadow-lexical-variable-class.js: Added. (Foo): (Bar): (Baz): * stress ...
By keith_miller@apple.com — Mar 11, 2020 1:26:06 PM
[251463]: [JSC tests] Skip slow tests on Watch S3 and Watch S4 ...
... js: * microbenchmarks/regexp-u-global-es6.js: * microbenchmarks/register-pressure-from-osr.js: * microbenchmarks/repeat-multi-get-by-offset.js: * microbenchmarks/rest-parameter-construction-performance.js: * microbenchmarks/richards-empty-try-catch.js: * microbenchmarks/richard ...
By zhifei_fang@apple.com — Oct 22, 2019 3:46:40 PM
[250323]: [ES6] Come up with a test for Proxy.[[GetOwnProperty]] that tests the ...
[ES6] Come up with a test for Proxy.[[GetOwnProperty]] that tests the isExtensible error when the result of the trap is undefined https://bugs.webkit.org/show_bug.cgi?id=154376 Patch by Alexey Shvayka <shvaikalesh@gmail.com> on 2019-09-24 ...
By commit-queue@webkit.org — Sep 24, 2019 4:53:25 PM
[248760]: Web Inspector: Update Esprima to support modern JavaScript language ...
... put expects a modern JavaScript environment instead of just ES6. * Tools/Formatting/index.html: Update the formatting tool for easier use in case of errors. * UserInterface/Models/ScriptSyntaxTree.js: (WI.ScriptSyntaxTree.prototype._createInternalSyntaxTree): * UserInterface/Test/TestHarness.js: ...
By Joseph Pecoraro — Aug 15, 2019 8:03:32 PM
[245406]: [JSC] Invalid AssignmentTargetType should be an early error. ...
... Source/JavaScriptCore: Since ES6, expressions like 0++, ++0, 0 = 0, and 0 += 0 are all specified as early errors: https://tc39.github.io/ecma262/#sec-update-expressions-static-semantics-early-errors https://tc39.github.io/ecma262/#sec-assignment-operators-static-se ...
By Ross Kirsling — May 16, 2019 1:08:22 PM
[244915]: [JSC] Generator CodeBlock generation should be idempotent ...
... js: Added. (gen): Source/JavaScriptCore: ES6 Generator saves and resumes the current execution state. Since ES6 generator can save the execution state at expression granularity (not statement granularity), the saved state involves locals. But if the underlying CodeBlock is jettiso ...
By ysuzuki@apple.com — May 3, 2019 11:54:44 AM
[243933]: JSTests: [JSC] throw if 'ownKeys' Proxy trap result contains duplicate ...
... * es6/Proxy_ownKeys_duplicates.js: (handler): (shouldThrow): (test): * stress/Object_static_methods_Object.getOwnPropertyDescriptors-proxy.js: (shouldThrow): * stress/proxy-own-keys.js: (i.catch): (assert): LayoutTests/imported/w3c: [JSC] th ...
By caitp@igalia.com — Apr 5, 2019 6:45:08 AM
[241787]: Web Inspector: Improve ES6 Class instances in Heap Snapshot instances ...
Web Inspector: Improve ES6 Class instances in Heap Snapshot instances view https://bugs.webkit.org/show_bug.cgi?id=172848 <rdar://problem/25709212> Reviewed by Mark Lam. JSTests: * typeProfiler/inheritance.js: Rewrite the test slightly for clarity. The hoistin ...
By Joseph Pecoraro — Feb 19, 2019 5:35:31 PM
← 1 2 3 4 5 6 7 8 9 10 11 12 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2.3
By Edgewall Software.

Hosted by Apple