Home
last modified time | relevance | path

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

/third_party/node/tools/snapshot/
Dnode_mksnapshot.cc38 char* node_argv[] = {argv0, nullptr}; local
41 node::InitializeOncePerProcess(node_argc, node_argv);
/third_party/node/test/fuzzers/
Dfuzz_env.cc32 std::vector<std::string> node_argv{ "fuzz_env" }; in LLVMFuzzerInitialize() local
36 node::InitializeNodeWithArgs(&node_argv, &exec_argv, &errors); in LLVMFuzzerInitialize()