Home | History | Annotate | Download | only in jit

Lines Matching refs:hasInstance

1564     // Throw an exception either if baseVal is not an object, or if it does not implement 'HasInstance' (i.e. is a function).
1585 JSValue result = jsBoolean(asObject(baseVal)->hasInstance(callFrame, value, proto));