Searched refs:per_isolate_opts (Results 1 - 2 of 2) sorted by relevance
/third_party/node/src/ |
H A D | node_worker.cc | 52 std::shared_ptr<PerIsolateOptions> per_isolate_opts, in Worker() 57 per_isolate_opts_(per_isolate_opts), in Worker() 461 std::shared_ptr<PerIsolateOptions> per_isolate_opts = nullptr; in New() local 493 per_isolate_opts.reset(new PerIsolateOptions()); in New() 495 HandleEnvOptions(per_isolate_opts->per_env, [&env_vars](const char* name) { in New() 514 per_isolate_opts.get(), in New() 560 per_isolate_opts.get(), in New() 592 per_isolate_opts, in New() 48 Worker(Environment* env, Local<Object> wrap, const std::string& url, const std::string& name, std::shared_ptr<PerIsolateOptions> per_isolate_opts, std::vector<std::string>&& exec_argv, std::shared_ptr<KVStore> env_vars, const SnapshotData* snapshot_data) Worker() argument
|
H A D | node_worker.h | 33 std::shared_ptr<PerIsolateOptions> per_isolate_opts,
|
Completed in 3 milliseconds