Home | History | Annotate | Download | only in tests

Lines Matching defs:hasInstance

363     JSStringRef hasInstanceName = JSStringCreateWithUTF8CString("hasInstance");
364 JSValueRef hasInstance = JSObjectGetProperty(context, constructor, hasInstanceName, exception);
366 if (!hasInstance)
368 JSObjectRef function = JSValueToObject(context, hasInstance, exception);