Searched refs:ErrorConstructor (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | ErrorConstructor.cpp | 30 ASSERT_CLASS_FITS_IN_CELL(ErrorConstructor); 32 ErrorConstructor::ErrorConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* struct… in ErrorConstructor() function in JSC::ErrorConstructor 49 ConstructType ErrorConstructor::getConstructData(ConstructData& constructData) in getConstructData() 62 CallType ErrorConstructor::getCallData(CallData& callData) in getCallData()
|
D | ErrorConstructor.h | 31 class ErrorConstructor : public InternalFunction { 33 ErrorConstructor(ExecState*, JSGlobalObject*, Structure*, ErrorPrototype*);
|
D | JSGlobalObject.h | 42 class ErrorConstructor; variable 69 WriteBarrier<ErrorConstructor> m_errorConstructor; 174 ErrorConstructor* errorConstructor() const { return m_errorConstructor.get(); } in errorConstructor()
|
D | JSGlobalObject.cpp | 226 …rConstructor.set(exec->globalData(), this, new (exec) ErrorConstructor(exec, this, ErrorConstructo… in reset()
|
/external/webkit/Source/JavaScriptCore/ |
D | Android.mk | 105 runtime/ErrorConstructor.cpp \
|
D | CMakeLists.txt | 102 runtime/ErrorConstructor.cpp
|
D | JavaScriptCore.pro | 137 runtime/ErrorConstructor.cpp \
|
D | JavaScriptCore.gypi | 479 'runtime/ErrorConstructor.cpp', 480 'runtime/ErrorConstructor.h',
|
D | GNUmakefile.list.am | 249 Source/JavaScriptCore/runtime/ErrorConstructor.cpp \ 250 Source/JavaScriptCore/runtime/ErrorConstructor.h \
|
D | ChangeLog-2011-02-16 | 2197 * runtime/ErrorConstructor.cpp: 2198 (JSC::ErrorConstructor::ErrorConstructor): 2613 * runtime/ErrorConstructor.cpp: 2614 (JSC::ErrorConstructor::ErrorConstructor): 2930 * runtime/ErrorConstructor.cpp: 2931 (JSC::ErrorConstructor::ErrorConstructor): 3538 * runtime/ErrorConstructor.cpp: 3539 (JSC::ErrorConstructor::ErrorConstructor): 3905 * runtime/ErrorConstructor.cpp: 3906 (JSC::ErrorConstructor::ErrorConstructor): [all …]
|
D | ChangeLog-2009-06-16 | 1759 * runtime/ErrorConstructor.cpp: 1760 (JSC::ErrorConstructor::ErrorConstructor): 4407 * runtime/ErrorConstructor.cpp: 6411 * runtime/ErrorConstructor.cpp: 7500 * runtime/ErrorConstructor.cpp: 12733 * runtime/ErrorConstructor.cpp: 14728 * runtime/ErrorConstructor.cpp: 22162 * runtime/ErrorConstructor.cpp: 22163 (JSC::ErrorConstructor::ErrorConstructor): 22164 * runtime/ErrorConstructor.h: [all …]
|
D | ChangeLog-2008-08-10 | 2983 * kjs/ErrorConstructor.h: 3142 Splits ErrorConstructor, ErrorPrototype, NativeErrorConstructor and 3155 * kjs/ErrorConstructor.cpp: Copied from kjs/error_object.cpp. 3156 * kjs/ErrorConstructor.h: Copied from kjs/error_object.h. 4712 (KJS::ErrorConstructor::getConstructData): 4714 (KJS::ErrorConstructor::getCallData): 5378 (KJS::ErrorConstructor::ErrorConstructor): 5379 (KJS::ErrorConstructor::construct): 5702 (KJS::ErrorConstructor::ErrorConstructor): 6126 (KJS::ErrorConstructor::construct): [all …]
|
D | ChangeLog | 440 * runtime/ErrorConstructor.cpp: 441 (JSC::ErrorConstructor::ErrorConstructor): 442 * runtime/ErrorConstructor.h: 3107 * runtime/ErrorConstructor.cpp:
|
D | ChangeLog-2010-05-24 | 328 * runtime/ErrorConstructor.cpp: 329 (JSC::ErrorConstructor::ErrorConstructor): 330 * runtime/ErrorConstructor.h: 17591 * runtime/ErrorConstructor.cpp: 17592 (JSC::ErrorConstructor::ErrorConstructor): 17593 * runtime/ErrorConstructor.h:
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 151 …107EC37600427A48 /* ErrorConstructor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC02E9040E… 417 …D0E1839DB000F9297 /* ErrorConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9050E1… 1123 …0F9297 /* ErrorConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 1124 …B000F9297 /* ErrorConstructor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1819 BC02E9040E1839DB000F9297 /* ErrorConstructor.cpp */, 1820 BC02E9050E1839DB000F9297 /* ErrorConstructor.h */, 2278 BC02E90D0E1839DB000F9297 /* ErrorConstructor.h in Headers */, 2839 147F39C8107EC37600427A48 /* ErrorConstructor.cpp in Sources */,
|