Closed
Bug 1631277
Opened 5 years ago
Closed 5 years ago
Support 'instanceof' operator in eager evaluation
Categories
(DevTools :: Console, enhancement)
DevTools
Console
Tracking
(firefox77 fixed)
RESOLVED
FIXED
Firefox 77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: Oriol, Assigned: Oriol)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Write [] instanceof Array
in the console.
Expected: it's eagerly evaluated to true
.
Actual: no eager evaluation.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by shindli@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e26977345e27
Allow 'instanceof' in eager evaluation. r=nchevobbe
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 77
You need to log in
before you can comment on or make changes to this bug.
Description
•