Searched refs:errorPrototype (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | ErrorConstructor.cpp | 32 …xecState* exec, JSGlobalObject* globalObject, Structure* structure, ErrorPrototype* errorPrototype) in ErrorConstructor() argument 33 …ction(&exec->globalData(), globalObject, structure, Identifier(exec, errorPrototype->classInfo()->… in ErrorConstructor() 36 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, errorPrototype, Do… in ErrorConstructor()
|
D | JSGlobalObject.cpp | 211 …ErrorPrototype* errorPrototype = new (exec) ErrorPrototype(exec, this, ErrorPrototype::createStruc… in reset() local 212 ….set(exec->globalData(), this, ErrorInstance::createStructure(exec->globalData(), errorPrototype)); in reset() 226 …ErrorConstructor::createStructure(exec->globalData(), m_functionPrototype.get()), errorPrototype)); in reset() 228 …rrorPrototypeStructure = NativeErrorPrototype::createStructure(exec->globalData(), errorPrototype); in reset() 245 …errorPrototype->putDirectFunctionWithoutTransition(exec->globalData(), exec->propertyNames().const… in reset()
|