Home | History | Annotate | Download | only in interpreter

Lines Matching refs:JSPropertyNameIterator

50 #include "JSPropertyNameIterator.h"
3192 JSPropertyNameIterator* it = callFrame->r(iter).propertyNameIterator();
4504 JSPropertyNameIterator* jsPropertyNameIterator = structure->enumerationCache();
4505 if (!jsPropertyNameIterator || jsPropertyNameIterator->cachedPrototypeChain() != structure->prototypeChain(callFrame))
4506 jsPropertyNameIterator = JSPropertyNameIterator::create(callFrame, o);
4508 callFrame->uncheckedR(dst) = jsPropertyNameIterator;
4511 callFrame->uncheckedR(size) = Register::withInt(jsPropertyNameIterator->size());
4530 JSPropertyNameIterator* it = callFrame->r(iter).propertyNameIterator();