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

  /external/webkit/JavaScriptCore/API/tests/
testapi.c 844 ASSERT(JSValueGetType(context, jsUndefined) == kJSTypeUndefined);
845 ASSERT(JSValueGetType(context, jsNull) == kJSTypeNull);
846 ASSERT(JSValueGetType(context, jsTrue) == kJSTypeBoolean);
847 ASSERT(JSValueGetType(context, jsFalse) == kJSTypeBoolean);
848 ASSERT(JSValueGetType(context, jsZero) == kJSTypeNumber);
849 ASSERT(JSValueGetType(context, jsOne) == kJSTypeNumber);
850 ASSERT(JSValueGetType(context, jsOneThird) == kJSTypeNumber);
851 ASSERT(JSValueGetType(context, jsEmptyString) == kJSTypeString);
852 ASSERT(JSValueGetType(context, jsOneString) == kJSTypeString);
853 ASSERT(JSValueGetType(context, jsCFString) == kJSTypeString)
    [all...]
  /external/webkit/JavaScriptCore/API/
JSValueRef.h 65 JS_EXPORT JSType JSValueGetType(JSContextRef ctx, JSValueRef value);
JSValueRef.cpp 47 ::JSType JSValueGetType(JSContextRef ctx, JSValueRef value)

Completed in 32 milliseconds