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

  /external/webkit/JavaScriptCore/API/
JSValueRef.h 39 @constant kJSTypeNull The unique null value.
47 kJSTypeNull,
JSValueRef.cpp 57 return kJSTypeNull;
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 845 ASSERT(JSValueGetType(context, jsNull) == kJSTypeNull);
    [all...]

Completed in 8007 milliseconds