Searched refs:kJSTypeNumber (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSValueRef.h42 @constant kJSTypeNumber A primitive number value.
50 kJSTypeNumber, enumerator in enum:__anon2635
H A DJSValueRef.cpp83 return kJSTypeNumber;
H A DJSCallbackObjectFunctions.h197 ::JSType jsHint = hint == PreferString ? kJSTypeString : kJSTypeNumber;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DJavaScriptVariant.cpp43 case kJSTypeNumber:
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.c313 case kJSTypeNumber:
577 case kJSTypeNumber:
1219 ASSERT(JSValueGetType(context, jsZero) == kJSTypeNumber);
1220 ASSERT(JSValueGetType(context, jsOne) == kJSTypeNumber);
1221 ASSERT(JSValueGetType(context, jsOneThird) == kJSTypeNumber);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqquickwebview.cpp132 case kJSTypeNumber:

Completed in 217 milliseconds