Home
last modified time | relevance | path

Searched refs:SetFlagsFromCommandLine (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/flags/
Dflags.h55 static int SetFlagsFromCommandLine(
Dflags.cc587 int FlagList::SetFlagsFromCommandLine(int* argc, char** argv, bool remove_flags, in SetFlagsFromCommandLine() function in v8::internal::FlagList
780 return SetFlagsFromCommandLine(&argc, argv.begin(), false); in SetFlagsFromString()
/third_party/node/deps/v8/include/
Dv8-initialization.h89 static void SetFlagsFromCommandLine(int* argc, char** argv,
/third_party/node/deps/v8/src/snapshot/
Dmksnapshot.cc232 int result = i::FlagList::SetFlagsFromCommandLine( in main()
/third_party/node/src/
Dnode.cc781 V8::SetFlagsFromCommandLine(&argc, v8_args_as_char_ptr.data(), true); in ProcessGlobalArgs()
/third_party/node/deps/v8/src/d8/
Dd8.cc4659 i::FlagList::SetFlagsFromCommandLine(&argc, argv, true, in SetOptions()
/third_party/node/deps/v8/src/api/
Dapi.cc706 void V8::SetFlagsFromCommandLine(int* argc, char** argv, bool remove_flags) { in SetFlagsFromCommandLine() function in v8::V8
708 i::FlagList::SetFlagsFromCommandLine(argc, argv, remove_flags, in SetFlagsFromCommandLine()