Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h64 struct ForInContext { struct
356 ForInContext context = { expectedBase, iter, index, propertyRegister }; in pushOptimisedForIn()
501 Vector<ForInContext> m_forInContextStack;
DBytecodeGenerator.cpp1283 ForInContext& context = m_forInContextStack[i - 1]; in emitGetByVal()