You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: