Lines Matching defs:args
537 Local<Value> args[] = {Boolean::New(isolate, async_hooks_enabled)};
538 USE(cb->Call(env_->context(), Undefined(isolate), arraysize(args), args));
651 const std::vector<std::string>& args,
664 argv_(args),
665 exec_path_(GetExecPath(args)),
737 traced_value->BeginArray("args");
738 for (const std::string& arg : args) traced_value->AppendString(arg);
746 "args",
753 const std::vector<std::string>& args,
760 args,