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

  /external/v8/src/
scopes.h 270 bool is_module_scope() const { return type_ == MODULE_SCOPE; } function in class:v8::internal::Scope