Searched refs:prev_value_ (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/include/v8-include/ | ||
H A D | v8-isolate.h | 401 bool prev_value_; member in v8::Isolate::SafeForTerminationScope |
/third_party/node/deps/v8/include/ | ||
H A D | v8-isolate.h | 401 bool prev_value_; member in v8::Isolate::SafeForTerminationScope |
/third_party/node/deps/v8/src/api/ | ||
H A D | api.cc | 8860 prev_value_(isolate_->next_v8_call_is_safe_for_termination()) { in SafeForTerminationScope() 8865 isolate_->set_next_v8_call_is_safe_for_termination(prev_value_); in ~SafeForTerminationScope() |
Completed in 26 milliseconds