Searched defs:allow_modules (Results 1 – 2 of 2) sorted by relevance
120 bool allow_modules) in PreParser()146 bool allow_modules = (flags & i::kAllowModules) != 0; in PreParseProgram() local
58 bool allow_modules() const { return scanner()->HarmonyModules(); } in allow_modules() function