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

  /external/v8/src/
scopes.h 266 bool is_module_scope() const { return scope_type_ == MODULE_SCOPE; }
scopes.cc 81 (scope_type == MODULE_SCOPE || scope_type == GLOBAL_SCOPE)
216 MODULE_SCOPE,
777 case MODULE_SCOPE: return "module";
    [all...]
globals.h 648 MODULE_SCOPE, // The scope introduced by a module literal
scopeinfo.cc 177 scope_type() == MODULE_SCOPE;
parser.cc     [all...]
runtime.cc     [all...]

Completed in 47 milliseconds