Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.cpp200m_numberPrototype.set(exec->globalData(), this, new (exec) NumberPrototype(exec, this, NumberProto… in reset()
201 …c->globalData(), this, NumberObject::createStructure(exec->globalData(), m_numberPrototype.get())); in reset()
221 …structor::createStructure(exec->globalData(), m_functionPrototype.get()), m_numberPrototype.get()); in reset()
242m_numberPrototype->putDirectFunctionWithoutTransition(exec->globalData(), exec->propertyNames().co… in reset()
335 markIfNeeded(markStack, &m_numberPrototype); in markChildren()
DJSGlobalObject.h86 WriteBarrier<NumberPrototype> m_numberPrototype; variable
191 NumberPrototype* numberPrototype() const { return m_numberPrototype.get(); } in numberPrototype()