Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DErrorConstructor.cpp32 …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()
DJSGlobalObject.cpp211 …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()
245errorPrototype->putDirectFunctionWithoutTransition(exec->globalData(), exec->propertyNames().const… in reset()