-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ES3 Object.prototype.propertyIsEnumerable missing #682
Comments
@jdalton well hello sir :) Just to give you some (hopefully valuable) insight: the Object meta property system is incomplete (well known issue). Currently progress is blocked while @tcr refines the lua-jit work to make it possible to implement the semantics with reasonable performance. Here's an outline, but I'll ask you to keep in mind that the prime directive is to fix these things as soon as is reasonably feasible. Stay positive ;)
Help from you would be <3 :) |
Cool. No worries, just giving a heads up. @mattpodwysocki had mentioned Lo-Dash errored because of the missing API. I know at least ES5-shim & MooTools use it too. |
Oh cool, that's an awesome find :) |
Hello. |
@tberthe there is currently no mechanism to differentiate own vs. inherited properties. According to MOVING FASTER WITH IO.JS, attention is moving to Tessel 2, which will run io.js. |
tessel is missing support for ES3
Object.prototype.propertyIsEnumerable
.The text was updated successfully, but these errors were encountered: