Home
last modified time | relevance | path

Searched refs:JSType (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSTypeInfo.h50 TypeInfo(JSType type, unsigned flags = 0)
63 JSType type() const { return (JSType)m_type; } in type()
DJSType.h29 enum JSType { enum
DOperations.cpp88 JSType type = v.asCell()->structure()->typeInfo().type(); in jsIsObjectType()
/external/webkit/Source/JavaScriptCore/API/
DJSValueRef.h53 } JSType; typedef
66 JS_EXPORT JSType JSValueGetType(JSContextRef ctx, JSValueRef value);
DJSObjectRef.h280 (*JSObjectConvertToTypeCallback) (JSContextRef ctx, JSObjectRef object, JSType type, JSValueRef* ex…
DJSValueRef.cpp49 ::JSType JSValueGetType(JSContextRef ctx, JSValueRef value) in JSValueGetType()
/external/webkit/Source/WebCore/bindings/js/
DJSArrayBufferViewHelper.h160 template <typename JSType, typename WebCoreType>
170 return createWrapper<JSType>(exec, globalObject, object); in toJSArrayBufferView()
/external/webkit/Source/JavaScriptCore/API/tests/
Dtestapi.c291 static JSValueRef MyObject_convertToType(JSContextRef context, JSObjectRef object, JSType type, JSV… in MyObject_convertToType()
373 …lExceptionObject_convertToType(JSContextRef context, JSObjectRef object, JSType type, JSValueRef* … in EvilExceptionObject_convertToType()
/external/webkit/Source/JavaScriptCore/
DJavaScriptCore.gypi90 'runtime/JSType.h',
DGNUmakefile.list.am310 Source/JavaScriptCore/runtime/JSType.h \
DChangeLog-2009-06-1615516 * runtime/JSType.h: Ditto.
25393 * kjs/JSType.h: Removed.
25424 * runtime/JSType.h: Copied from kjs/JSType.h.
36110 * kjs/JSType.h:
39423 * API/JSStringRef.cpp: Removed include of JSType.h.
39424 * API/JSValueRef.cpp: Removed include of JSType.h.
39432 PreferredPrimitiveType argument instead of JSType.
39440 JSType to PreferredPrimitiveType.
39452 PreferredPrimitiveType argument instead of JSType.
39463 PreferredPrimitiveType argument instead of JSType.
[all …]
DChangeLog-2007-10-149068 JSTypeCode -> JSType
13304 * kjs/JSType.h:
13339 (6) Type is now JSType, and it resides in its own file, JSType.h.
13399 * kjs/JSType.h: Added.
DChangeLog576 * runtime/JSType.h:
DChangeLog-2010-05-2421470 * runtime/JSType.h:
22189 * runtime/JSType.h:
DChangeLog-2008-08-1027009 * kjs/JSType.h:
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj481 …BC18C42A0E16F5CD00B34460 /* JSType.h in Headers */ = {isa = PBXBuildFile; fileRef = 14ABB454099C2A…
784 …454099C2A0F00E2A24F /* JSType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1877 14ABB454099C2A0F00E2A24F /* JSType.h */,
2348 BC18C42A0E16F5CD00B34460 /* JSType.h in Headers */,
/external/webkit/Source/JavaScriptGlue/
DChangeLog424 (UserObjectImp::toPrimitive): Use PreferredPrimitiveType instead of JSType to
1971 instead of JSType argument.
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1695897 argument instead of JSType argument. Removed unneeded code to handle
95908 instead of JSType argument. Removed unneeded code to handle boolean.
95916 instead of JSType argument. Removed unused argument.
95920 instead of JSType argument. Removed unneeded code to handle boolean
95924 instead of JSType argument. Removed override of type() that caused
95934 argument instead of JSType argument. Removed unneeded code to handle
95943 argument instead of JSType argument.