Home
last modified time | relevance | path

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

/external/v8/src/
Dv8threads.h29 bool terminate_on_restore() { return terminate_on_restore_; } in terminate_on_restore()
31 terminate_on_restore_ = terminate_on_restore; in set_terminate_on_restore()
44 bool terminate_on_restore_; variable
Dv8threads.cc179 terminate_on_restore_(false), in ThreadState()