Searched refs:m_numberPrototype (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSGlobalObject.cpp | 200 …m_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() 242 …m_numberPrototype->putDirectFunctionWithoutTransition(exec->globalData(), exec->propertyNames().co… in reset() 335 markIfNeeded(markStack, &m_numberPrototype); in markChildren()
|
D | JSGlobalObject.h | 86 WriteBarrier<NumberPrototype> m_numberPrototype; variable 191 NumberPrototype* numberPrototype() const { return m_numberPrototype.get(); } in numberPrototype()
|