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

  /external/chromium_org/v8/src/
scopes.h 285 bool is_eval_scope() const { return scope_type_ == EVAL_SCOPE; }
286 bool is_function_scope() const { return scope_type_ == FUNCTION_SCOPE; }
287 bool is_module_scope() const { return scope_type_ == MODULE_SCOPE; }
288 bool is_global_scope() const { return scope_type_ == GLOBAL_SCOPE; }
289 bool is_catch_scope() const { return scope_type_ == CATCH_SCOPE; }
290 bool is_block_scope() const { return scope_type_ == BLOCK_SCOPE; }
291 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; }
324 ScopeType scope_type() const { return scope_type_; }
452 ScopeType scope_type_; member in class:v8::internal::Scope
scopes.cc 184 scope_type_ = scope_type;
858 Indent(n0, Header(scope_type_));
    [all...]

Completed in 42 milliseconds