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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSType.h26 enum JSType { enum in namespace:JSC
35 // The CompoundType value must come before any JSType that may have children.
49 // The ObjectType value must come before any JSType that is a subclass of JSObject.
H A DJSTypeInfo.h33 #include "JSType.h"
54 TypeInfo(JSType type, unsigned flags = 0)
68 JSType type() const { return static_cast<JSType>(m_type); }
H A DOperations.cpp92 JSType type = v.asCell()->structure()->typeInfo().type();
H A DJSObject.h1089 JSType type = structure()->typeInfo().type();
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSValueRef.h37 @enum JSType
53 } JSType; typedef in typeref:enum:__anon2635
64 @result A value of type JSType that identifies value's type.
66 JS_EXPORT JSType JSValueGetType(JSContextRef ctx, JSValueRef);
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.cpp65 ::JSType JSValueGetType(JSContextRef ctx, JSValueRef value)
H A DJSCallbackObjectFunctions.h197 ::JSType jsHint = hint == PreferString ? kJSTypeString : kJSTypeNumber;
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSArrayBufferViewHelper.h270 template <typename JSType, typename WebCoreType>
280 return createWrapper<JSType>(exec, globalObject, object);
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJSInterfaceJIT.h202 Jump emitJumpIfNotType(RegisterID baseReg, RegisterID scratchReg, JSType);
358 ALWAYS_INLINE JSInterfaceJIT::Jump JSInterfaceJIT::emitJumpIfNotType(RegisterID baseReg, RegisterID scratchReg, JSType type)
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.c307 static JSValueRef MyObject_convertToType(JSContextRef context, JSObjectRef object, JSType type, JSValueRef* exception)
330 static JSValueRef MyObject_convertToTypeWrapper(JSContextRef context, JSObjectRef object, JSType type, JSValueRef* exception)
571 static JSValueRef EvilExceptionObject_convertToType(JSContextRef context, JSObjectRef object, JSType type, JSValueRef* exception)

Completed in 221 milliseconds