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

/external/chromium_org/v8/src/
H A Dd8.h199 : script_executed(false),
222 return (interactive_shell || !script_executed) && !test_shell;
225 bool script_executed; member in class:v8::ShellOptions
H A Dd8.cc222 options.script_executed = true;

Completed in 924 milliseconds