Searched defs:specificValue (Results 1 – 4 of 4) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | Structure.h | 103 size_t get(const Identifier& propertyName, unsigned& attributes, JSCell*& specificValue) in get() 116 JSCell* specificValue() { return m_specificValueInPrevious; } in specificValue() function
|
D | Structure.cpp | 379 …* structure, const Identifier& propertyName, unsigned attributes, JSCell* specificValue, size_t& o… in addPropertyTransitionToExistingStructure() 405 …* structure, const Identifier& propertyName, unsigned attributes, JSCell* specificValue, size_t& o… in addPropertyTransition() 559 …opertyWithoutTransition(const Identifier& propertyName, unsigned attributes, JSCell* specificValue) in addPropertyWithoutTransition() 642 size_t Structure::get(const UString::Rep* rep, unsigned& attributes, JSCell*& specificValue) in get() 740 size_t Structure::put(const Identifier& propertyName, unsigned attributes, JSCell* specificValue) in put()
|
D | PropertyMapHashTable.h | 33 JSCell* specificValue; member
|
D | JSObject.cpp | 133 JSCell* specificValue; in put() local 205 JSCell* specificValue; in deleteProperty() local 418 JSCell* specificValue; in getPropertyAttributes() local
|