Home
last modified time | relevance | path

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

/third_party/node/src/
Dmodule_wrap.cc120 ContextifyContext* contextify_context = nullptr; in New() local
125 contextify_context = ContextifyContext::ContextFromContextifiedSandbox( in New()
127 CHECK_NOT_NULL(contextify_context); in New()
128 context = contextify_context->context(); in New()
241 obj->contextify_context_ = contextify_context; in New()
339 ContextifyContext* contextify_context = obj->contextify_context_; in Evaluate() local
341 if (contextify_context != nullptr) in Evaluate()
342 microtask_queue = contextify_context->microtask_queue(); in Evaluate()
Dnode_contextify.cc895 ContextifyContext* contextify_context = in RunInContext() local
897 CHECK_NOT_NULL(contextify_context); in RunInContext()
899 Local<Context> context = contextify_context->context(); in RunInContext()
920 EvalMachine(contextify_context->env(), in RunInContext()
925 contextify_context->microtask_queue(), in RunInContext()