Searched refs:baseScopeDepth (Results 1 – 4 of 4) sorted by relevance
582 …rNode, JSGlobalObject* globalObject, PassRefPtr<SourceProvider> sourceProvider, int baseScopeDepth) in EvalCodeBlock() argument584 , m_baseScopeDepth(baseScopeDepth) in EvalCodeBlock()588 int baseScopeDepth() const { return m_baseScopeDepth; } in baseScopeDepth() function
1460 scopeDelta -= static_cast<EvalCodeBlock*>(this)->baseScopeDepth(); in reparseForExceptionInfoIfNecessary()
383 , m_baseScopeDepth(codeBlock->baseScopeDepth()) in BytecodeGenerator()
14110 (JSC::EvalCodeBlock::baseScopeDepth):