Lines Matching defs:context
121 Context::Scope context_scope(env->context());
150 Local<Context> context;
166 context = Context::FromSnapshot(isolate_,
171 CHECK(!context.IsEmpty());
172 Context::Scope context_scope(context);
174 CHECK(InitializeContextRuntime(context).IsJust());
176 env->InitializeMainContext(context, &(snapshot_data_->env_info));
185 context = NewContext(isolate_);
186 CHECK(!context.IsEmpty());
187 Context::Scope context_scope(context);
189 CreateEnvironment(isolate_data_.get(), context, args_, exec_args_));