HomeSort by relevance Sort by last modified time
    Searched refs:scope_type_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
scopes.h 264 bool is_eval_scope() const { return scope_type_ == EVAL_SCOPE; }
265 bool is_function_scope() const { return scope_type_ == FUNCTION_SCOPE; }
266 bool is_module_scope() const { return scope_type_ == MODULE_SCOPE; }
267 bool is_global_scope() const { return scope_type_ == GLOBAL_SCOPE; }
268 bool is_catch_scope() const { return scope_type_ == CATCH_SCOPE; }
269 bool is_block_scope() const { return scope_type_ == BLOCK_SCOPE; }
270 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; }
299 ScopeType scope_type() const { return scope_type_; }
427 ScopeType scope_type_; member in class:v8::internal::Scope
scopes.cc 153 scope_type_ = scope_type;
853 Indent(n0, Header(scope_type_));
    [all...]
preparser.h 966 ScopeType scope_type_; member in class:v8::internal::PreParserScope
    [all...]

Completed in 54 milliseconds