Home
last modified time | relevance | path

Searched refs:node_args (Results 1 – 2 of 2) sorted by relevance

/third_party/node/tools/
Dtest.py859 self.config.additional_flags += context.node_args
861 self.config.additional_flags = context.node_args
927 self.node_args = args
1604 options.node_args.append("--trace-opt")
1605 options.node_args.append("--trace-file-names")
1608 options.node_args.append("--always-opt")
1613 options.node_args.append(run_worker)
1620 options.node_args,
/third_party/node/src/
Dnode.cc349 std::vector<Local<Value>> node_args = { in BootstrapNode() local
356 this, "internal/bootstrap/node", &node_params, &node_args); in BootstrapNode()
366 ExecuteBootstrapper(this, thread_switch_id, &node_params, &node_args); in BootstrapNode()
377 this, process_state_switch_id, &node_params, &node_args); in BootstrapNode()