Searched refs:NativeErrorConstructor (Results 1 – 11 of 11) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | NativeErrorConstructor.cpp | 31 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()
|
D | JSGlobalObject.h | 41 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() 182 …NativeErrorConstructor* referenceErrorConstructor() const { return d()->referenceErrorConstructor;… in referenceErrorConstructor() [all …]
|
D | NativeErrorConstructor.h | 32 class NativeErrorConstructor : public InternalFunction { 34 NativeErrorConstructor(ExecState*, PassRefPtr<Structure>, NativeErrorPrototype*);
|
D | JSGlobalObject.cpp | 263 …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/ |
D | Android.mk | 135 runtime/NativeErrorConstructor.cpp \
|
D | JavaScriptCore.pri | 149 runtime/NativeErrorConstructor.cpp \
|
D | GNUmakefile.am | 374 JavaScriptCore/runtime/NativeErrorConstructor.cpp \ 375 JavaScriptCore/runtime/NativeErrorConstructor.h \
|
D | JavaScriptCore.scons | 95 'runtime/NativeErrorConstructor.cpp',
|
D | ChangeLog | 1035 * 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 …]
|
D | ChangeLog-2008-08-10 | 2950 * 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/ |
D | project.pbxproj | 171 …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 */,
|