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

/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSValueRef.h40 @constant kJSTypeNull The unique null value.
48 kJSTypeNull, enumerator in enum:__anon2635
H A DJSValueRef.cpp79 return kJSTypeNull;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DJavaScriptVariant.cpp37 case kJSTypeNull:
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.c1214 ASSERT(JSValueGetType(context, NULL) == kJSTypeNull);
1216 ASSERT(JSValueGetType(context, jsNull) == kJSTypeNull);

Completed in 161 milliseconds