Lines Matching refs:std
31 const std::string& url,
32 const std::string& name,
33 std::shared_ptr<PerIsolateOptions> per_isolate_opts,
34 std::vector<std::string>&& exec_argv,
35 std::shared_ptr<KVStore> env_vars,
84 std::shared_ptr<PerIsolateOptions> per_isolate_opts_;
85 std::vector<std::string> exec_argv_;
86 std::vector<std::string> argv_;
90 std::optional<uv_thread_t> tid_; // Set while the thread is running
92 std::unique_ptr<InspectorParentHandle> inspector_parent_handle_;
98 std::string custom_error_str_;
103 std::string name_;
114 std::unique_ptr<MessagePortData> child_port_data_;
115 std::shared_ptr<KVStore> env_vars_;
140 env_->RequestInterrupt(std::move(cb));