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

/external/chromium_org/v8/src/
H A Dscopes.h211 void RecordEvalCall() { if (!is_global_scope()) scope_calls_eval_ = true; }
263 bool is_global_scope() const { return scope_type_ == GLOBAL_SCOPE; } function in class:v8::internal::Scope
269 is_module_scope() || is_global_scope();

Completed in 119 milliseconds