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

  /external/v8/src/compiler/
js-operator.h 313 ScopeType scope_type() const { return scope_type_; }
317 ScopeType const scope_type_; member in class:v8::internal::compiler::final
  /external/v8/src/ast/
scopes.h 315 bool is_eval_scope() const { return scope_type_ == EVAL_SCOPE; }
316 bool is_function_scope() const { return scope_type_ == FUNCTION_SCOPE; }
317 bool is_module_scope() const { return scope_type_ == MODULE_SCOPE; }
318 bool is_script_scope() const { return scope_type_ == SCRIPT_SCOPE; }
319 bool is_catch_scope() const { return scope_type_ == CATCH_SCOPE; }
320 bool is_block_scope() const { return scope_type_ == BLOCK_SCOPE; }
321 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; }
346 ScopeType scope_type() const { return scope_type_; }
533 const ScopeType scope_type_; member in class:v8::internal::Scope
    [all...]

Completed in 56 milliseconds