Home
last modified time | relevance | path

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

/external/v8/src/
Dv8threads.h50 bool terminate_on_restore() { return terminate_on_restore_; } in terminate_on_restore()
52 terminate_on_restore_ = terminate_on_restore; in set_terminate_on_restore()
64 bool terminate_on_restore_; variable
Dv8threads.cc240 terminate_on_restore_(false), in ThreadState()