Bug 270015
Summary: | [JSC] ProxyObject's "apply" and "construct" traps use incorrect global object | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Shvayka <ashvayka> |
Component: | JavaScriptCore | Assignee: | Alexey Shvayka <ashvayka> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 268026 |
Alexey Shvayka
Related test262 failures:
* test/built-ins/Proxy/apply/arguments-realm.js
* test/built-ins/Proxy/apply/null-handler-realm.js
* test/built-ins/Proxy/apply/trap-is-not-callable-realm.js
* test/built-ins/Proxy/construct/arguments-realm.js
* test/built-ins/Proxy/construct/null-handler-realm.js
* test/built-ins/Proxy/construct/return-not-object-throws-boolean-realm.js
* test/built-ins/Proxy/construct/return-not-object-throws-null-realm.js
* test/built-ins/Proxy/construct/return-not-object-throws-number-realm.js
* test/built-ins/Proxy/construct/return-not-object-throws-string-realm.js
* test/built-ins/Proxy/construct/return-not-object-throws-symbol-realm.js
* test/built-ins/Proxy/construct/return-not-object-throws-undefined-realm.js
* test/built-ins/Proxy/construct/trap-is-not-callable-realm.js
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/123530886>
Alexey Shvayka
Pull request: https://github.com/WebKit/WebKit/pull/25116