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

  /external/webkit/Source/JavaScriptCore/runtime/
Structure.h 71 static Structure* removePropertyTransition(JSGlobalData&, Structure*, const Identifier& propertyName, size_t& offset);
JSObject.cpp 535 setStructure(globalData, Structure::removePropertyTransition(globalData, m_structure.get(), propertyName, offset));
Structure.cpp 379 Structure* Structure::removePropertyTransition(JSGlobalData& globalData, Structure* structure, const Identifier& propertyName, size_t& offset)

Completed in 4292 milliseconds