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

  /external/webkit/Source/JavaScriptCore/runtime/
NativeErrorPrototype.cpp 22 #include "NativeErrorPrototype.h"
32 ASSERT_CLASS_FITS_IN_CELL(NativeErrorPrototype);
34 NativeErrorPrototype::NativeErrorPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, const UString& nameAndMessage, NativeErrorConstructor* constructor)
NativeErrorPrototype.h 29 class NativeErrorPrototype : public JSObjectWithGlobalObject {
31 NativeErrorPrototype(ExecState*, JSGlobalObject*, Structure*, const UString&, NativeErrorConstructor*);

Completed in 365 milliseconds