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

/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSValueRef.h39 @constant kJSTypeUndefined The unique undefined value.
47 kJSTypeUndefined, enumerator in enum:__anon2635
H A DJSValueRef.cpp69 return kJSTypeUndefined;
77 return kJSTypeUndefined;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DJavaScriptVariant.cpp62 case kJSTypeUndefined:
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.c1215 ASSERT(JSValueGetType(context, jsUndefined) == kJSTypeUndefined);

Completed in 102 milliseconds