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
There are special issues with out of memory such as how to safely deal with error objects on the value stack. Also cover how the value stack is preallocated to a certain size so that it's safe to e.g. push plain values, read property values which map to concrete property slots (but it's not safe to read virtual properties), etc.
There are special issues with out of memory such as how to safely deal with error objects on the value stack. Also cover how the value stack is preallocated to a certain size so that it's safe to e.g. push plain values, read property values which map to concrete property slots (but it's not safe to read virtual properties), etc.
Useful discussion in: svaarala/duktape#476
The text was updated successfully, but these errors were encountered: