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

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

Completed in 41 milliseconds