Searched refs:contextify_context (Results 1 – 2 of 2) sorted by relevance
120 ContextifyContext* contextify_context = nullptr; in New() local125 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() local341 if (contextify_context != nullptr) in Evaluate()342 microtask_queue = contextify_context->microtask_queue(); in Evaluate()
895 ContextifyContext* contextify_context = in RunInContext() local897 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()