Searched refs:ErrorPrototype (Results 1 – 1 of 1) sorted by relevance
1189 var ErrorPrototype = function() {}; class in SetUpError.DefineError1190 %FunctionSetPrototype(ErrorPrototype, $Object.prototype);1191 %FunctionSetInstanceClassName(ErrorPrototype, 'Error');1192 %FunctionSetPrototype(f, new ErrorPrototype());