Searched defs:NativeErrorConstructor (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DNativeErrorConstructor.h32 class NativeErrorConstructor : public InternalFunction { class in namespace:JSC
34 NativeErrorConstructor(ExecState*, JSGlobalObject*, Structure*, Structure* prototypeStructure, const UString&);
H A DNativeErrorConstructor.cpp22 #include "NativeErrorConstructor.h"
31 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, Structure* structure, Structure* prototypeStructure, const UString& nameAndMessage) function in class:JSC::NativeErrorConstructor
49 void NativeErrorConstructor::markChildren(MarkStack& markStack)
59 Structure* errorStructure = static_cast<NativeErrorConstructor*>(exec->callee())->errorStructure();
64 ConstructType NativeErrorConstructor::getConstructData(ConstructData& constructData)
73 Structure* errorStructure = static_cast<NativeErrorConstructor*>(exec->callee())->errorStructure();
77 CallType NativeErrorConstructor
[all...]

Completed in 91 milliseconds