Searched refs:errorPrototype (Results 1 – 2 of 2) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | ErrorConstructor.cpp | 32 …: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()
|
D | JSGlobalObject.cpp | 245 …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() 288 …errorPrototype->putDirectFunctionWithoutTransition(exec->propertyNames().constructor, d()->errorCo… in reset()
|