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

/external/v8/src/
H A Dscopes.h226 void RecordEvalCall() { if (!is_global_scope()) scope_calls_eval_ = true; }
271 bool is_global_scope() const { return type_ == GLOBAL_SCOPE; } function in class:v8::internal::Scope
276 return is_eval_scope() || is_function_scope() || is_global_scope();

Completed in 76 milliseconds