Searched refs:JSType (Results 1 - 9 of 9) sorted by relevance

/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
H A DJSTypeInfo.h33 #include "JSType.h"
50 TypeInfo(JSType type, unsigned flags = 0)
63 JSType type() const { return (JSType)m_type; }
H A DOperations.cpp88 JSType type = v.asCell()->structure()->typeInfo().type();
/external/webkit/Source/JavaScriptCore/API/
H A DJSValueRef.h37 @enum JSType
53 } JSType; typedef in typeref:enum:__anon14298
64 @result A value of type JSType that identifies value's type.
66 JS_EXPORT JSType JSValueGetType(JSContextRef ctx, JSValueRef value);
H A DJSObjectRef.h268 @param type A JSType specifying the JavaScript type to convert to.
273 JSValueRef ConvertToType(JSContextRef ctx, JSObjectRef object, JSType type, JSValueRef* exception);
280 (*JSObjectConvertToTypeCallback) (JSContextRef ctx, JSObjectRef object, JSType type, JSValueRef* exception);
H A DJSValueRef.cpp49 ::JSType JSValueGetType(JSContextRef ctx, JSValueRef value)
/external/webkit/Source/JavaScriptGlue/
H A DUserObjectImp.h35 #include <JavaScriptCore/JSType.h>
/external/webkit/Source/WebCore/bindings/js/
H A DJSArrayBufferViewHelper.h160 template <typename JSType, typename WebCoreType>
170 return createWrapper<JSType>(exec, globalObject, object);
/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c291 static JSValueRef MyObject_convertToType(JSContextRef context, JSObjectRef object, JSType type, JSValueRef* exception)
373 static JSValueRef EvilExceptionObject_convertToType(JSContextRef context, JSObjectRef object, JSType type, JSValueRef* exception)

Completed in 163 milliseconds