Home
last modified time | relevance | path

Searched refs:ErrorConstructor (Results 1 – 11 of 11) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DErrorConstructor.cpp30 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()
DErrorConstructor.h31 class ErrorConstructor : public InternalFunction {
33 ErrorConstructor(ExecState*, PassRefPtr<Structure>, ErrorPrototype*);
DJSGlobalObject.h38 class ErrorConstructor; variable
98 ErrorConstructor* errorConstructor;
179 ErrorConstructor* errorConstructor() const { return d()->errorConstructor; } in errorConstructor()
DJSGlobalObject.cpp261 …d()->errorConstructor = new (exec) ErrorConstructor(exec, ErrorConstructor::createStructure(d()->f… in reset()
/external/webkit/JavaScriptCore/
DAndroid.mk103 runtime/ErrorConstructor.cpp \
DJavaScriptCore.pri123 runtime/ErrorConstructor.cpp \
DGNUmakefile.am322 JavaScriptCore/runtime/ErrorConstructor.cpp \
323 JavaScriptCore/runtime/ErrorConstructor.h \
DJavaScriptCore.scons63 'runtime/ErrorConstructor.cpp',
DChangeLog940 * 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 …]
DChangeLog-2008-08-102983 * 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/
Dproject.pbxproj169 …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 */,