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

  /external/webkit/Source/JavaScriptCore/API/
JSValueRef.h 66 JS_EXPORT JSType JSValueGetType(JSContextRef ctx, JSValueRef value);
JSValueRef.cpp 49 ::JSType JSValueGetType(JSContextRef ctx, JSValueRef value)
  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.c 911 ASSERT(JSValueGetType(context, jsUndefined) == kJSTypeUndefined);
912 ASSERT(JSValueGetType(context, jsNull) == kJSTypeNull);
913 ASSERT(JSValueGetType(context, jsTrue) == kJSTypeBoolean);
914 ASSERT(JSValueGetType(context, jsFalse) == kJSTypeBoolean);
915 ASSERT(JSValueGetType(context, jsZero) == kJSTypeNumber);
916 ASSERT(JSValueGetType(context, jsOne) == kJSTypeNumber);
917 ASSERT(JSValueGetType(context, jsOneThird) == kJSTypeNumber);
918 ASSERT(JSValueGetType(context, jsEmptyString) == kJSTypeString);
919 ASSERT(JSValueGetType(context, jsOneString) == kJSTypeString);
920 ASSERT(JSValueGetType(context, jsCFString) == kJSTypeString)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 163 milliseconds