Searched refs:node_args (Results 1 – 2 of 2) sorted by relevance
231 std::vector<Local<Value>> node_args = {process_object(), in BootstrapNode() local237 ExecuteBootstrapper("internal/bootstrap/node", &node_args); in BootstrapNode()244 result = ExecuteBootstrapper("internal/bootstrap/browser", &node_args); in BootstrapNode()255 result = ExecuteBootstrapper(thread_switch_id, &node_args); in BootstrapNode()265 result = ExecuteBootstrapper(process_state_switch_id, &node_args); in BootstrapNode()
857 self.config.additional_flags += context.node_args859 self.config.additional_flags = context.node_args925 self.node_args = args1626 options.node_args.append("--trace-opt")1627 options.node_args.append("--trace-file-names")1630 options.node_args.append("--always-opt")1635 options.node_args.append(run_worker)1642 options.node_args,