HomeSort by relevance Sort by last modified time
    Searched refs:JSValueIsInstanceOfConstructor (Results 1 - 4 of 4) sorted by null

  /external/webkit/JavaScriptCore/API/
JSValueRef.h 163 JS_EXPORT bool JSValueIsInstanceOfConstructor(JSContextRef ctx, JSValueRef value, JSObjectRef constructor, JSValueRef* exception);
JSValueRef.cpp 166 bool JSValueIsInstanceOfConstructor(JSContextRef ctx, JSValueRef value, JSObjectRef constructor, JSValueRef* exception)
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 283 return JSValueIsInstanceOfConstructor(context, possibleValue, numberConstructor, exception);
    [all...]
  /external/webkit/JavaScriptCore/qt/api/
qscriptvalue_p.h 712 return JSValueIsInstanceOfConstructor(context(), value(), JSValueToObject(context(), error, /* exception */ 0), /* exception */ 0);

Completed in 179 milliseconds