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

  /external/webkit/Source/JavaScriptCore/runtime/
ErrorPrototype.h 30 class ErrorPrototype : public ErrorInstance {
32 ErrorPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
ErrorPrototype.cpp 22 #include "ErrorPrototype.h"
33 ASSERT_CLASS_FITS_IN_CELL(ErrorPrototype);
38 ErrorPrototype::ErrorPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure)

Completed in 95 milliseconds