Searched refs:kJSTypeBoolean (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSValueRef.h41 @constant kJSTypeBoolean A primitive boolean value, one of true or false.
49 kJSTypeBoolean, enumerator in enum:__anon2635
H A DJSValueRef.cpp81 return kJSTypeBoolean;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DJavaScriptVariant.cpp40 case kJSTypeBoolean:
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.c1217 ASSERT(JSValueGetType(context, jsTrue) == kJSTypeBoolean);
1218 ASSERT(JSValueGetType(context, jsFalse) == kJSTypeBoolean);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqquickwebview.cpp129 case kJSTypeBoolean:

Completed in 143 milliseconds