Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DErrorConstructor.cpp30 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()
DErrorConstructor.h31 class ErrorConstructor : public InternalFunction {
33 ErrorConstructor(ExecState*, JSGlobalObject*, Structure*, ErrorPrototype*);
DJSGlobalObject.h42 class ErrorConstructor; variable
69 WriteBarrier<ErrorConstructor> m_errorConstructor;
174 ErrorConstructor* errorConstructor() const { return m_errorConstructor.get(); } in errorConstructor()
DJSGlobalObject.cpp226 …rConstructor.set(exec->globalData(), this, new (exec) ErrorConstructor(exec, this, ErrorConstructo… in reset()
/external/webkit/Source/JavaScriptCore/
DAndroid.mk105 runtime/ErrorConstructor.cpp \
DCMakeLists.txt102 runtime/ErrorConstructor.cpp
DJavaScriptCore.pro137 runtime/ErrorConstructor.cpp \
DJavaScriptCore.gypi479 'runtime/ErrorConstructor.cpp',
480 'runtime/ErrorConstructor.h',
DGNUmakefile.list.am249 Source/JavaScriptCore/runtime/ErrorConstructor.cpp \
250 Source/JavaScriptCore/runtime/ErrorConstructor.h \
DChangeLog-2011-02-162197 * 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 …]
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 …]
DChangeLog440 * runtime/ErrorConstructor.cpp:
441 (JSC::ErrorConstructor::ErrorConstructor):
442 * runtime/ErrorConstructor.h:
3107 * runtime/ErrorConstructor.cpp:
DChangeLog-2010-05-24328 * 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/
Dproject.pbxproj151 …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 */,