Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-evaluate.cc162 ContextChainElement context_chain_element; in ContextBuilder() local
163 context_chain_element.scope_info = it.CurrentScopeInfo(); in ContextBuilder()
164 context_chain_element.materialized_object = materialized; in ContextBuilder()
167 context_chain_element.whitelist = non_locals; in ContextBuilder()
169 context_chain_element.wrapped_context = it.CurrentContext(); in ContextBuilder()
171 context_chain_.Add(context_chain_element); in ContextBuilder()
176 ContextChainElement context_chain_element; in ContextBuilder() local
179 context_chain_element.wrapped_context = current_context; in ContextBuilder()
181 context_chain_.Add(context_chain_element); in ContextBuilder()
187 ContextChainElement context_chain_element; in ContextBuilder() local
[all …]