Searched refs:JSType (Results 1 – 18 of 18) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSTypeInfo.h | 50 TypeInfo(JSType type, unsigned flags = 0) 63 JSType type() const { return (JSType)m_type; } in type()
|
D | JSType.h | 29 enum JSType { enum
|
D | Operations.cpp | 88 JSType type = v.asCell()->structure()->typeInfo().type(); in jsIsObjectType()
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSValueRef.h | 53 } JSType; typedef 66 JS_EXPORT JSType JSValueGetType(JSContextRef ctx, JSValueRef value);
|
D | JSObjectRef.h | 280 (*JSObjectConvertToTypeCallback) (JSContextRef ctx, JSObjectRef object, JSType type, JSValueRef* ex…
|
D | JSValueRef.cpp | 49 ::JSType JSValueGetType(JSContextRef ctx, JSValueRef value) in JSValueGetType()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSArrayBufferViewHelper.h | 160 template <typename JSType, typename WebCoreType> 170 return createWrapper<JSType>(exec, globalObject, object); in toJSArrayBufferView()
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
D | testapi.c | 291 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/ |
D | JavaScriptCore.gypi | 90 'runtime/JSType.h',
|
D | GNUmakefile.list.am | 310 Source/JavaScriptCore/runtime/JSType.h \
|
D | ChangeLog-2009-06-16 | 15516 * 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 …]
|
D | ChangeLog-2007-10-14 | 9068 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.
|
D | ChangeLog | 576 * runtime/JSType.h:
|
D | ChangeLog-2010-05-24 | 21470 * runtime/JSType.h: 22189 * runtime/JSType.h:
|
D | ChangeLog-2008-08-10 | 27009 * kjs/JSType.h:
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 481 …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/ |
D | ChangeLog | 424 (UserObjectImp::toPrimitive): Use PreferredPrimitiveType instead of JSType to 1971 instead of JSType argument.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 95897 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.
|