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

  /external/webkit/Source/JavaScriptCore/runtime/
Structure.h 90 size_t addPropertyWithoutTransition(JSGlobalData&, const Identifier& propertyName, unsigned attributes, JSCell* specificValue);
JSObject.h 594 offset = m_structure->addPropertyWithoutTransition(globalData, propertyName, attributes, specificFunction);
719 size_t offset = m_structure->addPropertyWithoutTransition(globalData, propertyName, attributes, 0);
728 size_t offset = m_structure->addPropertyWithoutTransition(globalData, propertyName, attributes, value);
    [all...]
Structure.cpp 580 size_t Structure::addPropertyWithoutTransition(JSGlobalData& globalData, const Identifier& propertyName, unsigned attributes, JSCell* specificValue)

Completed in 56 milliseconds