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
Refactor the eval_node and call_function signatures to return TYPE REF TO ty_value. Returning a reference will completely cut out the recursive struct cloning in the JS runtime payload.
Refactor the
eval_nodeandcall_functionsignatures to returnTYPE REF TO ty_value. Returning a reference will completely cut out the recursive struct cloning in the JS runtime payload.