HomeSort by relevance Sort by last modified time
    Searched full:possiblevalue (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.c 274 static bool MyObject_hasInstance(JSContextRef context, JSObjectRef constructor, JSValueRef possibleValue, JSValueRef* exception)
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)
369 JSValueRef result = JSObjectCallAsFunction(context, function, constructor, 1, &possibleValue, exception);
    [all...]

Completed in 93 milliseconds