Home | Sort by relevance Sort by last modified time |
/external/chromium_org/v8/src/ | |
scopes.h | 287 bool is_module_scope() const { return scope_type_ == MODULE_SCOPE; } function in class:v8::internal::Scope 294 is_module_scope() || is_global_scope(); |
/external/v8/src/ | |
scopes.h | 270 bool is_module_scope() const { return type_ == MODULE_SCOPE; } function in class:v8::internal::Scope |