Home | History | Annotate | Download | only in bytecompiler

Lines Matching refs:stackDepth

1133 bool BytecodeGenerator::findScopedProperty(const Identifier& property, int& index, size_t& stackDepth, bool forWriting, bool& requiresDynamicChecks, JSObject*& globalObject)
1137 stackDepth = 0;
1162 stackDepth = 0;
1168 stackDepth = depth + m_codeBlock->needsFullScopeChain();
1180 stackDepth = depth + m_codeBlock->needsFullScopeChain();