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

  /external/webkit/JavaScriptCore/runtime/
Structure.h 88 size_t addPropertyWithoutTransition(const Identifier& propertyName, unsigned attributes, JSCell* specificValue);
JSObject.h 450 offset = m_structure->addPropertyWithoutTransition(propertyName, attributes, specificFunction);
560 size_t offset = m_structure->addPropertyWithoutTransition(propertyName, attributes, 0);
569 size_t offset = m_structure->addPropertyWithoutTransition(propertyName, attributes, value);
Structure.cpp 561 size_t Structure::addPropertyWithoutTransition(const Identifier& propertyName, unsigned attributes, JSCell* specificValue)
    [all...]

Completed in 708 milliseconds