Home
last modified time | relevance | path

Searched refs:errorPrototype (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DErrorConstructor.cpp32 …:ErrorConstructor(ExecState* exec, PassRefPtr<Structure> structure, ErrorPrototype* errorPrototype) in ErrorConstructor() argument
33 …: InternalFunction(&exec->globalData(), structure, Identifier(exec, errorPrototype->classInfo()->c… in ErrorConstructor()
36 …putDirectWithoutTransition(exec->propertyNames().prototype, errorPrototype, DontEnum | DontDelete … in ErrorConstructor()
DJSGlobalObject.cpp245 …ErrorPrototype* errorPrototype = new (exec) ErrorPrototype(exec, ErrorPrototype::createStructure(d… in reset() local
246 d()->errorStructure = ErrorInstance::createStructure(errorPrototype); in reset()
248 …r<Structure> nativeErrorPrototypeStructure = NativeErrorPrototype::createStructure(errorPrototype); in reset()
269 … ErrorConstructor(exec, ErrorConstructor::createStructure(d()->functionPrototype), errorPrototype); in reset()
288errorPrototype->putDirectFunctionWithoutTransition(exec->propertyNames().constructor, d()->errorCo… in reset()