Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h199 : script_executed(false), in ShellOptions()
222 return (interactive_shell || !script_executed) && !test_shell; in use_interactive_shell()
225 bool script_executed; variable
Dd8.cc222 options.script_executed = true; in ExecuteString()