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

  /external/chromium_org/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
preparser.h 966 ScopeType scope_type_; member in class:v8::internal::PreParserScope
    [all...]

Completed in 100 milliseconds