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

Native code function name #71

Open
better2being opened this issue Apr 6, 2023 · 0 comments
Open

Native code function name #71

better2being opened this issue Apr 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@better2being
Copy link

Hello~ I have a small question,
that is built-in function .toString() will get
function func_name() { [native code] } .
but native function in stpyv8 won't get its name, like Ln16 in stpyv8/examples/global.py:
print(ctxt.eval("hello.toString()")) # function () { [native code] }
So I wonder if it can be change. Thanks.

@buffer buffer self-assigned this Jun 2, 2023
@buffer buffer added the enhancement New feature or request label Jun 2, 2023
@buffer buffer changed the title native code function name Native code function name Aug 21, 2023
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

2 participants