Searched refs:anyObjectInChainMayInterceptIndexedAccesses (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStructure.cpp319 bool Structure::anyObjectInChainMayInterceptIndexedAccesses() const function in class:JSC::Structure
335 return anyObjectInChainMayInterceptIndexedAccesses()
899 return anyObjectInChainMayInterceptIndexedAccesses();
H A DStructure.h141 bool anyObjectInChainMayInterceptIndexedAccesses() const;
H A DJSObject.cpp1158 if (!newStructure->anyObjectInChainMayInterceptIndexedAccesses())

Completed in 169 milliseconds