Searched refs:specificFunction (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSObject.h | 146 …rtySpecificValue(ExecState* exec, const Identifier& propertyName, JSCell*& specificFunction) const; 163 JSCell* specificFunction; in getDirectLocation() local 164 … size_t offset = m_structure->get(globalData, propertyName, attributes, specificFunction); in getDirectLocation() 561 …ue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot, JSCell* specificFunction) in putDirectInternal() argument 573 if (currentSpecificFunction && (specificFunction != currentSpecificFunction)) in putDirectInternal() 585 if (!currentSpecificFunction || (specificFunction != currentSpecificFunction)) in putDirectInternal() 594 … m_structure->addPropertyWithoutTransition(globalData, propertyName, attributes, specificFunction); in putDirectInternal() 601 if (!specificFunction) in putDirectInternal() 608 …ionToExistingStructure(m_structure.get(), propertyName, attributes, specificFunction, offset)) { … in putDirectInternal() 617 if (!specificFunction) in putDirectInternal() [all …]
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 1848 (JSC::Structure::specificFunction):
|