This repository was archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
remove workaround when V8 arrow functions are fixed #43
Labels
Comments
jmesserly
pushed a commit
that referenced
this issue
Feb 12, 2015
I filed #43 to track removal of this workaround [email protected] Review URL: https://chromereviews.googleplex.com/154077013
it's fixed! yay |
we reverted the fix for this in: 42df558 however, now that node.js 4.0 is out: https://nodejs.org/en/blog/release/v4.0.0/ |
we now require node > 5, I believe, so we can remove this workaround. |
Closed
nex3
pushed a commit
to dart-lang/sdk
that referenced
this issue
Aug 31, 2016
I filed dart-archive/dev_compiler#43 to track removal of this workaround [email protected] Review URL: https://chromereviews.googleplex.com/154077013
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
V8 tracking bug: https://code.google.com/p/v8/issues/detail?id=2700
for now going to throw a
.bind(this)
on itThe text was updated successfully, but these errors were encountered: