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
Making this work as expected wouldn't be easy, since exactly one FunctionTemplate is created for each class, and V8 requires that everything other than functions, booleans, numbers, and strings be created in a context. Maybe a special context could be created for these things? But that would allow communication between contexts where that might not be intended:
@desertkun has found that using a context would not actually help, since you can only set templates and primitives as template attributes anyway. #24 (comment)
Examples:
The text was updated successfully, but these errors were encountered: