Function rusty_v8::V8::set_flags_from_command_line[][src]

pub fn set_flags_from_command_line(args: Vec<String>) -> Vec<String>
Expand description

Pass the command line arguments to v8. The first element of args (which usually corresponds to the binary name) is ignored. Returns a vector of command line arguments that V8 did not understand. TODO: Check whether this is safe to do after globally initializing v8.