Searched refs:scopeIterator (Results 1 – 1 of 1) sorted by relevance
1118 auto scopeIterator = it->GetScopeIterator(); in setVariableValue() local1119 while (!scopeIterator->Done() && scopeNumber > 0) { in setVariableValue()1121 scopeIterator->Advance(); in setVariableValue()1127 if (!scopeIterator->SetVariableValue(toV8String(m_isolate, variableName), in setVariableValue()1267 auto scopeIterator = iterator->GetScopeIterator(); in currentCallFrames() local1269 buildScopes(m_isolate, scopeIterator.get(), injectedScript, &scopes); in currentCallFrames()