Closed
Bug 1714105
Opened 4 years ago
Closed 4 years ago
Ergonomic brand checks don't appear to work in Workers
Categories
(Core :: JavaScript Engine, enhancement, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(1 file)
Went to about:debugging
, then scrolled to bottom, and hit "inspect" on SessionWorker.js
. In the console provided I typed
var y = class { #x; g() { return #x in this; }}
and got a syntax error; whereas the same line works in a regular page console. So I think ergonomic brand checks are not correctly enabled in workers.
Assignee | ||
Updated•4 years ago
|
Severity: -- → S4
Type: task → enhancement
Priority: -- → P1
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fbc9ca2ebd94
Enable ergonomic brand checks in workers r=yulia
![]() |
||
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•