Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h79 struct ForInContext { struct
382 ForInContext context = { expectedBase, iter, index, propertyRegister }; in pushOptimisedForIn()
542 Vector<ForInContext> m_forInContextStack;
DBytecodeGenerator.cpp1495 ForInContext& context = m_forInContextStack[i - 1]; in emitGetByVal()