Lines Matching defs:context
53 Local<Context> context,
55 Environment* env = Environment::GetCurrent(context);
66 SetConstructorFunction(context, target, "Process", constructor);
95 stdio->Get(env->context(), handle_key).ToLocalChecked().As<Object>();
105 Local<Context> context = env->context();
108 js_options->Get(context, stdio_key).ToLocalChecked().As<Array>();
116 stdios->Get(context, i).ToLocalChecked().As<Object>();
118 stdio->Get(context, env->type_string()).ToLocalChecked();
136 Local<Value> fd_value = stdio->Get(context, fd_key).ToLocalChecked();
147 Local<Context> context = env->context();
152 args[0]->ToObject(env->context()).ToLocalChecked();
161 js_options->Get(context, env->uid_string()).ToLocalChecked();
171 js_options->Get(context, env->gid_string()).ToLocalChecked();
183 js_options->Get(context, env->file_string()).ToLocalChecked();
190 js_options->Get(context, env->args_string()).ToLocalChecked();
200 js_argv->Get(context, i).ToLocalChecked());
209 js_options->Get(context, env->cwd_string()).ToLocalChecked();
218 js_options->Get(context, env->env_pairs_string()).ToLocalChecked();
226 env_opt->Get(context, i).ToLocalChecked());
238 js_options->Get(context, env->windows_hide_string()).ToLocalChecked();
250 js_options->Get(context, env->windows_verbatim_arguments_string())
259 js_options->Get(context, env->detached_string()).ToLocalChecked();
270 wrap->object()->Set(context, env->pid_string(),
294 int signal = args[0]->Int32Value(env->context()).FromJust();
307 Context::Scope context_scope(env->context());