Searched refs:isCacheableGetter (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DPropertySlot.h85 bool isCacheableGetter() const { return isCacheable() && isAccessor(); } function in class:JSC::PropertySlot
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DRepatch.cpp260 RELEASE_ASSERT(slot.isCacheableGetter());
841 else if (slot.isCacheableGetter())

Completed in 84 milliseconds