Searched refs:ErrorConstructor (Results 1 – 11 of 11) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | ErrorConstructor.cpp | 30 ASSERT_CLASS_FITS_IN_CELL(ErrorConstructor); 32 ErrorConstructor::ErrorConstructor(ExecState* exec, PassRefPtr<Structure> structure, ErrorPrototype… in ErrorConstructor() function in JSC::ErrorConstructor 54 ConstructType ErrorConstructor::getConstructData(ConstructData& constructData) in getConstructData() 67 CallType ErrorConstructor::getCallData(CallData& callData) in getCallData()
|
D | ErrorConstructor.h | 31 class ErrorConstructor : public InternalFunction { 33 ErrorConstructor(ExecState*, PassRefPtr<Structure>, ErrorPrototype*);
|
D | JSGlobalObject.h | 38 class ErrorConstructor; variable 98 ErrorConstructor* errorConstructor; 179 ErrorConstructor* errorConstructor() const { return d()->errorConstructor; } in errorConstructor()
|
D | JSGlobalObject.cpp | 261 …d()->errorConstructor = new (exec) ErrorConstructor(exec, ErrorConstructor::createStructure(d()->f… in reset()
|
/external/webkit/JavaScriptCore/ |
D | Android.mk | 103 runtime/ErrorConstructor.cpp \
|
D | JavaScriptCore.pri | 123 runtime/ErrorConstructor.cpp \
|
D | GNUmakefile.am | 322 JavaScriptCore/runtime/ErrorConstructor.cpp \ 323 JavaScriptCore/runtime/ErrorConstructor.h \
|
D | JavaScriptCore.scons | 63 'runtime/ErrorConstructor.cpp',
|
D | ChangeLog | 940 * runtime/ErrorConstructor.cpp: 2935 * runtime/ErrorConstructor.cpp: 10369 * runtime/ErrorConstructor.cpp: 10370 (JSC::ErrorConstructor::ErrorConstructor): 10371 * runtime/ErrorConstructor.h: 14513 * kjs/ErrorConstructor.cpp: Removed. 14514 * kjs/ErrorConstructor.h: Removed. 14615 * runtime/ErrorConstructor.cpp: Copied from kjs/ErrorConstructor.cpp. 14616 * runtime/ErrorConstructor.h: Copied from kjs/ErrorConstructor.h. 14981 * kjs/ErrorConstructor.cpp: [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 …]
|
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 169 …D0E1839DB000F9297 /* ErrorConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9050E1… 670 …0F9297 /* ErrorConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 671 …B000F9297 /* ErrorConstructor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1245 BC02E9040E1839DB000F9297 /* ErrorConstructor.cpp */, 1246 BC02E9050E1839DB000F9297 /* ErrorConstructor.h */, 1533 BC02E90D0E1839DB000F9297 /* ErrorConstructor.h in Headers */,
|