Lines Matching defs:context
22 v8::Local<v8::Context> context,
24 : env_(env), isolate_(context->GetIsolate()) {
25 context_.Reset(isolate_, context);
53 Local<Context> ctx = context();
55 // Store primordials setup by the per-context script in the environment.
97 Local<Context> ctx = context();
121 info.context = creator->AddData(ctx, ctx);
126 Local<Context> ctx = context();
155 ctx->GetDataFromSnapshotOnce<Context>(info->context);
159 "Failed to deserialize context back reference from the snapshot\n");
168 Local<Context> ctx = context();
217 if (!env_->env_proxy_template()->NewInstance(context()).ToLocal(&env_proxy) ||
218 process_object()->Set(context(), env_string, env_proxy).IsNothing()) {