HomeSort by relevance Sort by last modified time
    Searched refs:terminate_on_restore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
v8threads.h 27 bool terminate_on_restore() { return terminate_on_restore_; } function in class:v8::internal::ThreadState
28 void set_terminate_on_restore(bool terminate_on_restore) {
29 terminate_on_restore_ = terminate_on_restore;
v8threads.cc 147 if (state->terminate_on_restore()) {

Completed in 128 milliseconds