Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h461 prev_value_ = state->contains_function_or_eval_; in FunctionOrEvalRecordingScope()
467 state_->contains_function_or_eval_ = prev_value_; in ~FunctionOrEvalRecordingScope()
473 bool prev_value_; variable
/external/v8/include/
Dv8.h7404 bool prev_value_;
/external/v8/src/
Dapi.cc8452 prev_value_(isolate_->next_v8_call_is_safe_for_termination()) { in SafeForTerminationScope()
8457 isolate_->set_next_v8_call_is_safe_for_termination(prev_value_); in ~SafeForTerminationScope()