HomeSort by relevance Sort by last modified time
    Searched defs:JSType (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/API/
JSValueRef.h 36 @enum JSType
52 } JSType;
63 @result A value of type JSType that identifies value's type.
65 JS_EXPORT JSType JSValueGetType(JSContextRef ctx, JSValueRef value);
  /external/webkit/JavaScriptCore/runtime/
JSType.h 29 enum JSType {
36 // The CompoundType value must come before any JSType that may have children

Completed in 21 milliseconds