Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DErrorConstructor.cpp32 …onstructor(ExecState* exec, NonNullPassRefPtr<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.cpp247 …ErrorPrototype* errorPrototype = new (exec) ErrorPrototype(exec, ErrorPrototype::createStructure(d… in reset() local
248 d()->errorStructure = ErrorInstance::createStructure(errorPrototype); in reset()
250 …r<Structure> nativeErrorPrototypeStructure = NativeErrorPrototype::createStructure(errorPrototype); in reset()
271 … ErrorConstructor(exec, ErrorConstructor::createStructure(d()->functionPrototype), errorPrototype); in reset()
290errorPrototype->putDirectFunctionWithoutTransition(exec->propertyNames().constructor, d()->errorCo… in reset()