Searched defs:is_eval_scope (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dscopes.h268 bool is_eval_scope() const { return type_ == EVAL_SCOPE; } function in class:v8::internal::Scope
276 return is_eval_scope() || is_function_scope() || is_global_scope();
285 return is_eval_scope() && !is_classic_mode();

Completed in 75 milliseconds