HomeSort by relevance Sort by last modified time
    Searched refs:m_stringPrototype (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.cpp 194 m_stringPrototype.set(exec->globalData(), this, new (exec) StringPrototype(exec, this, StringPrototype::createStructure(exec->globalData(), m_objectPrototype.get())));
195 m_stringObjectStructure.set(exec->globalData(), this, StringObject::createStructure(exec->globalData(), m_stringPrototype.get()));
219 JSCell* stringConstructor = new (exec) StringConstructor(exec, this, StringConstructor::createStructure(exec->globalData(), m_functionPrototype.get()), m_functionStructure.get(), m_stringPrototype.get());
241 m_stringPrototype->putDirectFunctionWithoutTransition(exec->globalData(), exec->propertyNames().constructor, stringConstructor, DontEnum);
334 markIfNeeded(markStack, &m_stringPrototype);
JSGlobalObject.h 85 WriteBarrier<StringPrototype> m_stringPrototype;
190 StringPrototype* stringPrototype() const { return m_stringPrototype.get(); }

Completed in 49 milliseconds