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

  /external/webkit/JavaScriptCore/API/
JSValueRef.h 38 @constant kJSTypeUndefined The unique undefined value.
46 kJSTypeUndefined,
JSValueRef.cpp 55 return kJSTypeUndefined;
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 844 ASSERT(JSValueGetType(context, jsUndefined) == kJSTypeUndefined);
    [all...]

Completed in 265 milliseconds