Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.h95 Handle<Context> wrapped_context; member
Ddebug-evaluate.cc246 context_chain_element.wrapped_context = scope_iterator_.CurrentContext(); in ContextBuilder()
269 element.wrapped_context); in ContextBuilder()
/third_party/node/deps/v8/src/objects/
Dcontexts.cc409 Handle<Context> wrapped_context(Context::cast(obj), isolate); in Lookup() local
411 Context::Lookup(wrapped_context, name, DONT_FOLLOW_CHAINS, index, in Lookup()