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
gi/function: Implement name property for functions
JS functions have a name properties by default, but we did not implement
it for our function wrappers.
Given that there's no a defined specification for it and that it can be
used for debugging purposes, use it to store the original C function
name.
0 commit comments