-
Notifications
You must be signed in to change notification settings - Fork 676
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
Implement Function.prototype.toString. #165
Implement Function.prototype.toString. #165
Conversation
There is also an alternate version I was thinking of: Simply return |
I think, the version is preferable for now, since anyway we do not reconstruct function's code. @egavrin, what do you think about this? |
07487f8
to
7c2878a
Compare
Updated to return a simple |
@ruben-ayrapetyan smaller binary is better ^_^. Anyway, it's not critical, we may change it later at optimization stage, if needed. |
@galpeter |
JerryScript-DCO-1.0-Signed-off-by: Peter Gal [email protected]
7c2878a
to
62cb842
Compare
JerryScript-DCO-1.0-Signed-off-by: Peter Gal [email protected]