Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-evaluate.cc169 context_chain_element.wrapped_context = it.CurrentContext(); in ContextBuilder()
179 context_chain_element.wrapped_context = current_context; in ContextBuilder()
191 context_chain_element.wrapped_context = it.CurrentContext(); in ContextBuilder()
207 context_chain_[i].wrapped_context, context_chain_[i].whitelist); in ContextBuilder()
Ddebug-evaluate.h63 Handle<Context> wrapped_context; member