Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DNativeErrorConstructor.cpp31 ASSERT_CLASS_FITS_IN_CELL(NativeErrorConstructor);
33 const ClassInfo NativeErrorConstructor::info = { "Function", &InternalFunction::info, 0, 0 };
35 NativeErrorConstructor::NativeErrorConstructor(ExecState* exec, PassRefPtr<Structure> structure, Na… in NativeErrorConstructor() function in JSC::NativeErrorConstructor
43 ErrorInstance* NativeErrorConstructor::construct(ExecState* exec, const ArgList& args) in construct()
53 return static_cast<NativeErrorConstructor*>(constructor)->construct(exec, args); in constructWithNativeErrorConstructor()
56 ConstructType NativeErrorConstructor::getConstructData(ConstructData& constructData) in getConstructData()
64 return static_cast<NativeErrorConstructor*>(constructor)->construct(exec, args); in callNativeErrorConstructor()
67 CallType NativeErrorConstructor::getCallData(CallData& callData) in getCallData()
DJSGlobalObject.h41 class NativeErrorConstructor; variable
99 NativeErrorConstructor* evalErrorConstructor;
100 NativeErrorConstructor* rangeErrorConstructor;
101 NativeErrorConstructor* referenceErrorConstructor;
102 NativeErrorConstructor* syntaxErrorConstructor;
103 NativeErrorConstructor* typeErrorConstructor;
104 NativeErrorConstructor* URIErrorConstructor;
180 NativeErrorConstructor* evalErrorConstructor() const { return d()->evalErrorConstructor; } in evalErrorConstructor()
181 NativeErrorConstructor* rangeErrorConstructor() const { return d()->rangeErrorConstructor; } in rangeErrorConstructor()
182NativeErrorConstructor* referenceErrorConstructor() const { return d()->referenceErrorConstructor;… in referenceErrorConstructor()
[all …]
DNativeErrorConstructor.h32 class NativeErrorConstructor : public InternalFunction {
34 NativeErrorConstructor(ExecState*, PassRefPtr<Structure>, NativeErrorPrototype*);
DJSGlobalObject.cpp263 …RefPtr<Structure> nativeErrorStructure = NativeErrorConstructor::createStructure(d()->functionProt… in reset()
265 …d()->evalErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, evalErro… in reset()
266 …d()->rangeErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, rangeEr… in reset()
267 …d()->referenceErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, ref… in reset()
268 …d()->syntaxErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, syntax… in reset()
269 …d()->typeErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, typeErro… in reset()
270 …d()->URIErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, URIErrorP… in reset()
/external/webkit/JavaScriptCore/
DAndroid.mk135 runtime/NativeErrorConstructor.cpp \
DJavaScriptCore.pri149 runtime/NativeErrorConstructor.cpp \
DGNUmakefile.am374 JavaScriptCore/runtime/NativeErrorConstructor.cpp \
375 JavaScriptCore/runtime/NativeErrorConstructor.h \
DJavaScriptCore.scons95 'runtime/NativeErrorConstructor.cpp',
DChangeLog1035 * runtime/NativeErrorConstructor.cpp:
1036 (JSC::NativeErrorConstructor::NativeErrorConstructor):
1037 (JSC::NativeErrorConstructor::construct):
3222 * runtime/NativeErrorConstructor.cpp:
10489 * runtime/NativeErrorConstructor.cpp:
10490 (JSC::NativeErrorConstructor::NativeErrorConstructor):
10491 * runtime/NativeErrorConstructor.h:
12730 * runtime/NativeErrorConstructor.cpp:
14555 * kjs/NativeErrorConstructor.cpp: Removed.
14556 * kjs/NativeErrorConstructor.h: Removed.
[all …]
DChangeLog-2008-08-102950 * kjs/NativeErrorConstructor.cpp:
2988 * kjs/NativeErrorConstructor.h:
3142 Splits ErrorConstructor, ErrorPrototype, NativeErrorConstructor and
3164 * kjs/NativeErrorConstructor.cpp: Copied from kjs/error_object.cpp.
3165 * kjs/NativeErrorConstructor.h: Copied from kjs/error_object.h.
4715 (KJS::NativeErrorConstructor::construct):
4717 (KJS::NativeErrorConstructor::getConstructData):
4719 (KJS::NativeErrorConstructor::getCallData):
4721 (KJS::NativeErrorConstructor::classInfo):
5381 (KJS::NativeErrorConstructor::NativeErrorConstructor):
[all …]
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj171 …9DB000F9297 /* NativeErrorConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9090E1…
674 … /* NativeErrorConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
675 …297 /* NativeErrorConstructor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1310 BC02E9080E1839DB000F9297 /* NativeErrorConstructor.cpp */,
1311 BC02E9090E1839DB000F9297 /* NativeErrorConstructor.h */,
1610 BC02E9110E1839DB000F9297 /* NativeErrorConstructor.h in Headers */,