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

  /external/webkit/Source/JavaScriptCore/runtime/
Structure.h 74 static Structure* getterSetterTransition(JSGlobalData&, Structure*);
JSObject.cpp 332 setStructure(exec->globalData(), Structure::getterSetterTransition(globalData, m_structure.get()));
357 setStructure(exec->globalData(), Structure::getterSetterTransition(exec->globalData(), m_structure.get()));
Structure.cpp 432 Structure* Structure::getterSetterTransition(JSGlobalData& globalData, Structure* structure)

Completed in 27 milliseconds