Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-isolate.h401 bool prev_value_; variable
/third_party/node/deps/v8/src/api/
Dapi.cc8860 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()