Closed
Bug 1316141
Opened 9 years ago
Closed 9 years ago
Support async function in dis shell function.
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
1.56 KB,
patch
|
till
:
review+
|
Details | Diff | Splinter Review |
Now wrapped async function is native function, and passing it to dis() throws error.
it should get unwrapped function and disassemble it.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8808815 -
Flags: review?(till)
Comment 2•9 years ago
|
||
Comment on attachment 8808815 [details] [diff] [review]
Support async function in dis shell function.
Review of attachment 8808815 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
Attachment #8808815 -
Flags: review?(till) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8df86e93a057fd7495a8dca8c88e02922b64f950
Bug 1316141 - Support async function in dis shell function. r=till
Comment 4•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•