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
No, at this moment this is impossible. Engine reads attributes in many places of code and should do it as fast as possible. If this is necessary, you can patch JSValue._attributes, replace it with property (so, in this way JSValue.Attributes will be "property for property") and handle this event.
I need to catch an event when the script tries to access the attribute of JSObject, but the attribute does not exist yet and create it in this event.
The text was updated successfully, but these errors were encountered: