Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h534 static void set_script_executed() { script_executed_.store(true); } in set_script_executed()
536 return (options.interactive_shell || !script_executed_.load()) && in use_interactive_shell()
559 static std::atomic<bool> script_executed_; variable
Dd8.cc414 std::atomic<bool> Shell::script_executed_{false};