Searched refs:per_isolate_opts_ (Results 1 – 2 of 2) sorted by relevance
84 std::shared_ptr<PerIsolateOptions> per_isolate_opts_; variable
57 per_isolate_opts_(per_isolate_opts), in Worker()181 if (w_->per_isolate_opts_) in WorkerThreadData()182 isolate_data_->set_options(std::move(w_->per_isolate_opts_)); in WorkerThreadData()