HomeSort by relevance Sort by last modified time
    Searched refs:kJSTypeString (Results 1 - 4 of 4) sorted by null

  /external/webkit/JavaScriptCore/API/
JSValueRef.h 42 @constant kJSTypeString A primitive string value.
50 kJSTypeString,
JSValueRef.cpp 63 return kJSTypeString;
JSCallbackObjectFunctions.h 483 value = convertToType(ctx, thisRef, kJSTypeString, &exception);
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 294 case kJSTypeString:
377 case kJSTypeString:
851 ASSERT(JSValueGetType(context, jsEmptyString) == kJSTypeString);
852 ASSERT(JSValueGetType(context, jsOneString) == kJSTypeString);
853 ASSERT(JSValueGetType(context, jsCFString) == kJSTypeString);
854 ASSERT(JSValueGetType(context, jsCFStringWithCharacters) == kJSTypeString);
855 ASSERT(JSValueGetType(context, jsCFEmptyString) == kJSTypeString);
856 ASSERT(JSValueGetType(context, jsCFEmptyStringWithCharacters) == kJSTypeString);
    [all...]

Completed in 1844 milliseconds