Searched defs:JSType (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSValueRef.h37 @enum JSType
53 } JSType; typedef in typeref:enum:__anon15524
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/
H A DJSType.h29 enum JSType { enum in namespace:JSC
37 // The CompoundType value must come before any JSType that may have children

Completed in 66 milliseconds