diff options
Diffstat (limited to 'core/flags.rs')
-rw-r--r-- | core/flags.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/flags.rs b/core/flags.rs deleted file mode 100644 index f68d0a422..000000000 --- a/core/flags.rs +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. - -/// Pass the command line arguments to v8. -/// Returns a vector of command line arguments that V8 did not understand. -pub fn v8_set_flags(args: Vec<String>) -> Vec<String> { - v8::V8::set_flags_from_command_line(args) -} |