Closed
Bug 1490277
Opened 7 years ago
Closed 7 years ago
In WebAssembly.{Table, Memory} constructors, don't call [[HasProperty]] on the descriptor objects
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: Ms2ger, Assigned: lth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
|
5.04 KB,
patch
|
lth
:
review+
|
Details | Diff | Splinter Review |
Per spec: https://heycam.github.io/webidl/#es-to-dictionary
Tested in:
wasm/jsapi/memory/constructor.any.js
wasm/jsapi/table/constructor.any.js
(which runs in jstests and wpt).
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → lhansen
Status: NEW → ASSIGNED
Priority: -- → P3
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #9009171 -
Flags: review?(jseward)
| Reporter | ||
Comment 2•7 years ago
|
||
Comment on attachment 9009171 [details] [diff] [review]
bug1490277-avoid-hasproperty.patch
Review of attachment 9009171 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
::: testing/web-platform/meta/wasm/jsapi/memory/constructor.any.js.ini
@@ +1,1 @@
> [constructor.any.html]
Remove the file
Comment 3•7 years ago
|
||
Comment on attachment 9009171 [details] [diff] [review]
bug1490277-avoid-hasproperty.patch
Review of attachment 9009171 [details] [diff] [review]:
-----------------------------------------------------------------
Looks plausible.
Attachment #9009171 -
Flags: review?(jseward) → review+
| Assignee | ||
Comment 4•7 years ago
|
||
Now with changes to our private tests. Carrying jseward's r+.
Attachment #9009171 -
Attachment is obsolete: true
Attachment #9009618 -
Flags: review+
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/df613c034e27
use correct protocol for reading memory/table descriptors. r=jseward
Comment 6•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•