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
On an object of a special class, if you add a custom property with a key which is one of those that the special class uses by default, then that property may be skipped (Look at [ ...uneval.utils.managedProtos.keys() ].map(x => x.constructor.name) for a full list)
consta=functionb(){};a.name={a: 1};console.log(eval(uneval(a)).name);// b
Generated Source:
(functionb(){})
The text was updated successfully, but these errors were encountered:
On an object of a special class, if you add a custom property with a key which is one of those that the special class uses by default, then that property may be skipped (Look at
[ ...uneval.utils.managedProtos.keys() ].map(x => x.constructor.name)
for a full list)Generated Source:
The text was updated successfully, but these errors were encountered: