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

  /external/v8/src/
scopes.h 270 bool is_module_scope() const { return type_ == MODULE_SCOPE; }
v8globals.h 464 MODULE_SCOPE, // The scope introduced by a module literal
scopes.cc 111 (type == MODULE_SCOPE || type == GLOBAL_SCOPE)
722 case MODULE_SCOPE: return "module";
    [all...]
parser.cc     [all...]
runtime.cc     [all...]

Completed in 131 milliseconds