OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:terminate_on_restore
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
v8threads.h
29
bool
terminate_on_restore
() { return terminate_on_restore_; }
function in class:v8::internal::ThreadState
30
void set_terminate_on_restore(bool
terminate_on_restore
) {
31
terminate_on_restore_ =
terminate_on_restore
;
v8threads.cc
142
if (state->
terminate_on_restore
()) {
Completed in 153 milliseconds