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

  /external/webkit/JavaScriptCore/runtime/
ErrorPrototype.h 30 class ErrorPrototype : public ErrorInstance {
32 ErrorPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
ErrorPrototype.cpp 22 #include "ErrorPrototype.h"
33 ASSERT_CLASS_FITS_IN_CELL(ErrorPrototype);
38 ErrorPrototype::ErrorPrototype(ExecState* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure)
  /external/v8/src/
messages.js 883 function ErrorPrototype() {}
884 %FunctionSetPrototype(ErrorPrototype, $Object.prototype);
885 %FunctionSetInstanceClassName(ErrorPrototype, 'Error');
886 %FunctionSetPrototype(f, new ErrorPrototype());

Completed in 196 milliseconds