Searched refs:scope_type_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/ast/
H A Dscopes.h292 bool is_eval_scope() const { return scope_type_ == EVAL_SCOPE; }
293 bool is_function_scope() const { return scope_type_ == FUNCTION_SCOPE; }
294 bool is_module_scope() const { return scope_type_ == MODULE_SCOPE; }
295 bool is_script_scope() const { return scope_type_ == SCRIPT_SCOPE; }
296 bool is_catch_scope() const { return scope_type_ == CATCH_SCOPE; }
297 bool is_block_scope() const { return scope_type_ == BLOCK_SCOPE; }
298 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; }
322 ScopeType scope_type() const { return scope_type_; }
490 const ScopeType scope_type_; member in class:v8::internal::Scope
H A Dscopes.cc99 scope_type_(SCRIPT_SCOPE) {
107 scope_type_(scope_type) {
129 DCHECK_EQ(scope_type_, SCRIPT_SCOPE);
210 scope_type_(scope_type) {
238 scope_type_(CATCH_SCOPE) {
1455 Indent(n0, Header(scope_type_, function_kind, is_declaration_scope()));

Completed in 85 milliseconds