Closed
Bug 1074994
Opened 11 years ago
Closed 11 years ago
[jsdbg2] Debugger.Object should have a isArrowFunction accessor
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
2.1 S6 (10oct)
People
(Reporter: jimb, Assigned: jimb)
Details
Attachments
(1 file)
|
2.81 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8497634 -
Flags: review?(sphink)
Comment 2•11 years ago
|
||
Comment on attachment 8497634 [details] [diff] [review]
Implement Debugger.Object.prototype.isArrowFunction.
Review of attachment 8497634 [details] [diff] [review]:
-----------------------------------------------------------------
Is ES7 thinking about bringing back single arrow vs double arrow at some point?
Attachment #8497634 -
Flags: review?(sphink) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Steve Fink [:sfink] from comment #2)
> Is ES7 thinking about bringing back single arrow vs double arrow at some
> point?
I understand the single- vs. double- distinction to be between bound and unbound functions. If that occurs, we already have D.O.p.isBoundFunction to distinguish between the two; I think we'd call them both arrow functions.
| Assignee | ||
Comment 4•11 years ago
|
||
Assignee: nobody → jimb
Flags: in-testsuite+
Target Milestone: --- → Future
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: Future → 2.1 S6 (10oct)
You need to log in
before you can comment on or make changes to this bug.
Description
•