Skip to content
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

Function.prototyp.toString only returns a fixed [native code] string #3780

Open
FredrikNoren opened this issue Apr 2, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@FredrikNoren
Copy link

ECMASCript feature
Function.prototyp.toString returns the actual javascript implementation in v8. ECMAScript specification

Example code

let f = () => 1 + 1;
console.log(f.toString());

The expected output is () => 1 + 1.

@FredrikNoren FredrikNoren added the enhancement New feature or request label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant