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
issue is obj instanceof Object, which is... a weird way to test for objects, to say the least. it also uses obj.hasOwnProperty lower down which will cause issues when the first part is fixed.
caub
added a commit
to caub/stackframe
that referenced
this issue
Feb 13, 2019
StackFrame constructor doesn't accept object with null prototype:
The text was updated successfully, but these errors were encountered: