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

  /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...]
scopes.cc 136 scope_type_(SCRIPT_SCOPE) {
144 scope_type_(scope_type) {
166 DCHECK_EQ(scope_type_, SCRIPT_SCOPE);
247 scope_type_(scope_type) {
275 scope_type_(CATCH_SCOPE) {
    [all...]
  /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
js-operator.cc 248 : slot_count_(slot_count), scope_type_(scope_type) {}
    [all...]

Completed in 1894 milliseconds