Home
last modified time | relevance | path

Searched refs:currentSpecificFunction (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSObject.h436 JSCell* currentSpecificFunction; in putDirectInternal() local
437 size_t offset = m_structure->get(propertyName, currentAttributes, currentSpecificFunction); in putDirectInternal()
439 if (currentSpecificFunction && (specificFunction != currentSpecificFunction)) in putDirectInternal()
444 if (!specificFunction && !currentSpecificFunction) in putDirectInternal()
478 JSCell* currentSpecificFunction; in putDirectInternal() local
479 offset = m_structure->get(propertyName, currentAttributes, currentSpecificFunction); in putDirectInternal()
484 if (currentSpecificFunction && (specificFunction != currentSpecificFunction)) { in putDirectInternal()