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

/external/webkit/Source/JavaScriptCore/runtime/
H A DErrorPrototype.h30 class ErrorPrototype : public ErrorInstance { class in namespace:JSC
32 ErrorPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
H A DErrorPrototype.cpp22 #include "ErrorPrototype.h"
33 ASSERT_CLASS_FITS_IN_CELL(ErrorPrototype);
38 ErrorPrototype::ErrorPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure) function in class:JSC::ErrorPrototype

Completed in 249 milliseconds