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

  /external/webkit/JavaScriptCore/runtime/
NativeErrorPrototype.cpp 22 #include "NativeErrorPrototype.h"
30 ASSERT_CLASS_FITS_IN_CELL(NativeErrorPrototype);
32 NativeErrorPrototype::NativeErrorPrototype(ExecState* exec, NonNullPassRefPtr<Structure> structure, const UString& name, const UString& message)
NativeErrorPrototype.h 28 class NativeErrorPrototype : public JSObject {
30 NativeErrorPrototype(ExecState*, NonNullPassRefPtr<Structure>, const UString& name, const UString& message);

Completed in 30 milliseconds