Searched defs:possibleValue (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c274 static bool MyObject_hasInstance(JSContextRef context, JSObjectRef constructor, JSValueRef possibleValue, JSValueRef* exception) argument
279 if (JSValueIsString(context, possibleValue) && JSStringIsEqualToUTF8CString(JSValueToStringCopy(context, possibleValue, 0), "throwOnHasInstance")) {
288 return JSValueIsInstanceOfConstructor(context, possibleValue, numberConstructor, exception);
358 static bool EvilExceptionObject_hasInstance(JSContextRef context, JSObjectRef constructor, JSValueRef possibleValue, JSValueRef* exception) argument
369 JSValueRef result = JSObjectCallAsFunction(context, function, constructor, 1, &possibleValue, exception);

Completed in 194 milliseconds