Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DErrorConstructor.cpp30 ASSERT_CLASS_FITS_IN_CELL(ErrorConstructor);
32 ErrorConstructor::ErrorConstructor(ExecState* exec, NonNullPassRefPtr<Structure> structure, ErrorPr… 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*, NonNullPassRefPtr<Structure>, ErrorPrototype*);
DJSGlobalObject.h40 class ErrorConstructor; variable
111 ErrorConstructor* errorConstructor;
197 ErrorConstructor* errorConstructor() const { return d()->errorConstructor; } in errorConstructor()
DJSGlobalObject.cpp271 …d()->errorConstructor = new (exec) ErrorConstructor(exec, ErrorConstructor::createStructure(d()->f… in reset()
/external/webkit/JavaScriptCore/
DJavaScriptCore.gypi199 'runtime/ErrorConstructor.cpp',
200 'runtime/ErrorConstructor.h',
DAndroid.mk91 runtime/ErrorConstructor.cpp \
DJavaScriptCore.pri135 runtime/ErrorConstructor.cpp \
DGNUmakefile.am407 JavaScriptCore/runtime/ErrorConstructor.cpp \
408 JavaScriptCore/runtime/ErrorConstructor.h \
DChangeLog-2009-06-161759 * 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 …]
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 …]
DChangeLog9283 * runtime/ErrorConstructor.cpp:
9284 (JSC::ErrorConstructor::ErrorConstructor):
9285 * runtime/ErrorConstructor.h:
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj137 …107EC37600427A48 /* ErrorConstructor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC02E9040E…
307 …D0E1839DB000F9297 /* ErrorConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9050E1…
880 …0F9297 /* ErrorConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
881 …B000F9297 /* ErrorConstructor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1494 BC02E9040E1839DB000F9297 /* ErrorConstructor.cpp */,
1495 BC02E9050E1839DB000F9297 /* ErrorConstructor.h */,
1847 BC02E90D0E1839DB000F9297 /* ErrorConstructor.h in Headers */,
2380 147F39C8107EC37600427A48 /* ErrorConstructor.cpp in Sources */,