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

  /external/webkit/Source/JavaScriptCore/API/
JSValueRef.h 164 JS_EXPORT bool JSValueIsInstanceOfConstructor(JSContextRef ctx, JSValueRef value, JSObjectRef constructor, JSValueRef* exception);
JSValueRef.cpp 168 bool JSValueIsInstanceOfConstructor(JSContextRef ctx, JSValueRef value, JSObjectRef constructor, JSValueRef* exception)
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptoriginalglobalobject_p.h 204 bool result = JSValueIsInstanceOfConstructor(m_context, value, constructor, &exception) || JSValueIsStrictEqual(m_context, value, prototype);
qscriptvalue_p.h 839 bool result = JSValueIsInstanceOfConstructor(*m_engine, *this, *other, &exception);
    [all...]
  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.c 288 return JSValueIsInstanceOfConstructor(context, possibleValue, numberConstructor, exception);
    [all...]

Completed in 1723 milliseconds