Lines Matching refs:ScopeIterator
253 String16 scopeType(v8::debug::ScopeIterator::ScopeType type) { in scopeType()
255 case v8::debug::ScopeIterator::ScopeTypeGlobal: in scopeType()
257 case v8::debug::ScopeIterator::ScopeTypeLocal: in scopeType()
259 case v8::debug::ScopeIterator::ScopeTypeWith: in scopeType()
261 case v8::debug::ScopeIterator::ScopeTypeClosure: in scopeType()
263 case v8::debug::ScopeIterator::ScopeTypeCatch: in scopeType()
265 case v8::debug::ScopeIterator::ScopeTypeBlock: in scopeType()
267 case v8::debug::ScopeIterator::ScopeTypeScript: in scopeType()
269 case v8::debug::ScopeIterator::ScopeTypeEval: in scopeType()
271 case v8::debug::ScopeIterator::ScopeTypeModule: in scopeType()
273 case v8::debug::ScopeIterator::ScopeTypeWasmExpressionStack: in scopeType()
279 Response buildScopes(v8::Isolate* isolate, v8::debug::ScopeIterator* iterator, in buildScopes()