HomeSort by relevance Sort by last modified time
    Searched defs:NativeErrorConstructor (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
NativeErrorConstructor.h 32 class NativeErrorConstructor : public InternalFunction {
34 NativeErrorConstructor(ExecState*, JSGlobalObject*, Structure*, Structure* prototypeStructure, const UString&);
NativeErrorConstructor.cpp 22 #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)
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::getCallData(CallData& callData
    [all...]

Completed in 51 milliseconds