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
Look the code of this line, it uses the [[Prototype]] of the function object as the prototype to check. According to this, should we use the prototype property instead? That is, maybe change the code like this: Object protoProp = hasPrototypeProperty() ? getPrototypeProperty() : ScriptableObject.getProperty(this, "prototype");