Searched defs:specificValue (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | Structure.cpp | 298 …* structure, const Identifier& propertyName, unsigned attributes, JSCell* specificValue, size_t& o… in addPropertyTransitionToExistingStructure() 317 …* structure, const Identifier& propertyName, unsigned attributes, JSCell* specificValue, size_t& o… in addPropertyTransition() 580 …GlobalData& globalData, const Identifier& propertyName, unsigned attributes, JSCell* specificValue) in addPropertyWithoutTransition() 643 …t(JSGlobalData& globalData, StringImpl* propertyName, unsigned& attributes, JSCell*& specificValue) in get() 686 …GlobalData& globalData, const Identifier& propertyName, unsigned attributes, JSCell* specificValue) in putSpecificValue()
|
D | Structure.h | 113 …obalData& globalData, const Identifier& propertyName, unsigned& attributes, JSCell*& specificValue) in get()
|
D | PropertyMapHashTable.h | 77 WriteBarrier<JSCell> specificValue; member
|
D | JSObject.cpp | 129 JSCell* specificValue; in put() local 220 JSCell* specificValue; in deleteProperty() local
|