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

  /external/webkit/JavaScriptCore/API/
JSValueRef.h 119 JS_EXPORT bool JSValueIsObject(JSContextRef ctx, JSValueRef value);
JSValueRef.cpp 113 bool JSValueIsObject(JSContextRef ctx, JSValueRef value)
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 797 ASSERT(JSValueIsObject(context, globalObject));
    [all...]

Completed in 18 milliseconds