Searched refs:is_module_scope (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ | ||
D | scopes.h | 270 bool is_module_scope() const { return type_ == MODULE_SCOPE; } in is_module_scope() function |
D | parser.cc | 1732 declaration_scope->is_module_scope() || in Declare() |