Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DNativeErrorConstructor.cpp31 ASSERT_CLASS_FITS_IN_CELL(NativeErrorConstructor);
33 const ClassInfo NativeErrorConstructor::s_info = { "Function", &InternalFunction::s_info, 0, 0 };
35 NativeErrorConstructor::NativeErrorConstructor(ExecState* exec, JSGlobalObject* globalObject, Struc… in NativeErrorConstructor() function in JSC::NativeErrorConstructor
49 void NativeErrorConstructor::markChildren(MarkStack& markStack) in markChildren()
59 …Structure* errorStructure = static_cast<NativeErrorConstructor*>(exec->callee())->errorStructure(); in constructWithNativeErrorConstructor()
64 ConstructType NativeErrorConstructor::getConstructData(ConstructData& constructData) in getConstructData()
73 …Structure* errorStructure = static_cast<NativeErrorConstructor*>(exec->callee())->errorStructure(); in callNativeErrorConstructor()
77 CallType NativeErrorConstructor::getCallData(CallData& callData) in getCallData()
DJSGlobalObject.h45 class NativeErrorConstructor; variable
70 WriteBarrier<NativeErrorConstructor> m_evalErrorConstructor;
71 WriteBarrier<NativeErrorConstructor> m_rangeErrorConstructor;
72 WriteBarrier<NativeErrorConstructor> m_referenceErrorConstructor;
73 WriteBarrier<NativeErrorConstructor> m_syntaxErrorConstructor;
74 WriteBarrier<NativeErrorConstructor> m_typeErrorConstructor;
75 WriteBarrier<NativeErrorConstructor> m_URIErrorConstructor;
175NativeErrorConstructor* evalErrorConstructor() const { return m_evalErrorConstructor.get(); } in evalErrorConstructor()
176NativeErrorConstructor* rangeErrorConstructor() const { return m_rangeErrorConstructor.get(); } in rangeErrorConstructor()
177NativeErrorConstructor* referenceErrorConstructor() const { return m_referenceErrorConstructor.get… in referenceErrorConstructor()
[all …]
DNativeErrorPrototype.h27 class NativeErrorConstructor; variable
31 …veErrorPrototype(ExecState*, JSGlobalObject*, Structure*, const UString&, NativeErrorConstructor*);
DNativeErrorConstructor.h32 class NativeErrorConstructor : public InternalFunction {
34NativeErrorConstructor(ExecState*, JSGlobalObject*, Structure*, Structure* prototypeStructure, con…
DJSGlobalObject.cpp229 …Structure* nativeErrorStructure = NativeErrorConstructor::createStructure(exec->globalData(), m_fu… in reset()
230 …m_evalErrorConstructor.set(exec->globalData(), this, new (exec) NativeErrorConstructor(exec, this,… in reset()
231 …m_rangeErrorConstructor.set(exec->globalData(), this, new (exec) NativeErrorConstructor(exec, this… in reset()
232 …m_referenceErrorConstructor.set(exec->globalData(), this, new (exec) NativeErrorConstructor(exec, … in reset()
233 …m_syntaxErrorConstructor.set(exec->globalData(), this, new (exec) NativeErrorConstructor(exec, thi… in reset()
234 …m_typeErrorConstructor.set(exec->globalData(), this, new (exec) NativeErrorConstructor(exec, this,… in reset()
235 …m_URIErrorConstructor.set(exec->globalData(), this, new (exec) NativeErrorConstructor(exec, this, … in reset()
DNativeErrorPrototype.cpp34 …obalObject, Structure* structure, const UString& nameAndMessage, NativeErrorConstructor* construct… in NativeErrorPrototype()
/external/webkit/Source/JavaScriptCore/
DAndroid.mk141 runtime/NativeErrorConstructor.cpp \
DCMakeLists.txt138 runtime/NativeErrorConstructor.cpp
DJavaScriptCore.pro173 runtime/NativeErrorConstructor.cpp \
DJavaScriptCore.gypi532 'runtime/NativeErrorConstructor.cpp',
533 'runtime/NativeErrorConstructor.h',
DGNUmakefile.list.am326 Source/JavaScriptCore/runtime/NativeErrorConstructor.cpp \
327 Source/JavaScriptCore/runtime/NativeErrorConstructor.h \
DChangeLog595 * runtime/NativeErrorConstructor.cpp:
596 (JSC::NativeErrorConstructor::NativeErrorConstructor):
597 (JSC::NativeErrorConstructor::markChildren):
599 * runtime/NativeErrorConstructor.h:
600 (JSC::NativeErrorConstructor::createStructure):
4665 * runtime/NativeErrorConstructor.cpp:
4666 (JSC::NativeErrorConstructor::NativeErrorConstructor):
4667 * runtime/NativeErrorConstructor.h:
4668 (JSC::NativeErrorConstructor::createStructure):
8209 * runtime/NativeErrorConstructor.cpp:
[all …]
DChangeLog-2011-02-162345 * runtime/NativeErrorConstructor.cpp:
2346 (JSC::NativeErrorConstructor::NativeErrorConstructor):
2756 * runtime/NativeErrorConstructor.cpp:
2757 (JSC::NativeErrorConstructor::NativeErrorConstructor):
3078 * runtime/NativeErrorConstructor.cpp:
3079 (JSC::NativeErrorConstructor::NativeErrorConstructor):
3681 * runtime/NativeErrorConstructor.cpp:
3682 (JSC::NativeErrorConstructor::NativeErrorConstructor):
4041 * runtime/NativeErrorConstructor.cpp:
4042 (JSC::NativeErrorConstructor::NativeErrorConstructor):
[all …]
DChangeLog-2009-06-161808 * runtime/NativeErrorConstructor.cpp:
1809 (JSC::NativeErrorConstructor::NativeErrorConstructor):
1810 (JSC::NativeErrorConstructor::construct):
4454 * runtime/NativeErrorConstructor.cpp:
6755 * runtime/NativeErrorConstructor.cpp:
7540 * runtime/NativeErrorConstructor.cpp:
7541 (JSC::NativeErrorConstructor::construct):
12828 * runtime/NativeErrorConstructor.cpp:
12829 (JSC::NativeErrorConstructor::NativeErrorConstructor):
12830 (JSC::NativeErrorConstructor::construct):
[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 …]
DChangeLog-2010-05-24181 * runtime/NativeErrorConstructor.cpp:
182 (JSC::NativeErrorConstructor::NativeErrorConstructor):
183 * runtime/NativeErrorConstructor.h:
374 * runtime/NativeErrorConstructor.cpp:
375 (JSC::NativeErrorConstructor::NativeErrorConstructor):
376 * runtime/NativeErrorConstructor.h:
13590 * runtime/NativeErrorConstructor.cpp:
13591 (JSC::NativeErrorConstructor::NativeErrorConstructor):
17640 * runtime/NativeErrorConstructor.cpp:
17641 (JSC::NativeErrorConstructor::NativeErrorConstructor):
[all …]
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj120 …E700650446 /* NativeErrorConstructor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC02E9080E…
419 …9DB000F9297 /* NativeErrorConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9090E1…
1127 … /* NativeErrorConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
1128 …297 /* NativeErrorConstructor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1896 BC02E9080E1839DB000F9297 /* NativeErrorConstructor.cpp */,
1897 BC02E9090E1839DB000F9297 /* NativeErrorConstructor.h */,
2388 BC02E9110E1839DB000F9297 /* NativeErrorConstructor.h in Headers */,
2913 14469DE0107EC7E700650446 /* NativeErrorConstructor.cpp in Sources */,