Searched refs:JSValueGetType (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSValueRef.h66 JS_EXPORT JSType JSValueGetType(JSContextRef ctx, JSValueRef value);
H A DJSValueRef.cpp49 ::JSType JSValueGetType(JSContextRef ctx, JSValueRef value) function
/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c911 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(contex
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 99 milliseconds