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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 92 WriteBarrier<Structure> m_booleanObjectStructure;
199 Structure* booleanObjectStructure() const { return m_booleanObjectStructure.get(); }
JSGlobalObject.cpp 198 m_booleanObjectStructure.set(exec->globalData(), this, BooleanObject::createStructure(exec->globalData(), m_booleanPrototype.get()));
341 markIfNeeded(markStack, &m_booleanObjectStructure);

Completed in 35 milliseconds