Searched defs:allow_modules (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dpreparser.h120 bool allow_modules)
129 allow_modules_(allow_modules),
146 bool allow_modules = (flags & i::kAllowModules) != 0; local
148 allow_natives_syntax, allow_modules).PreParse();
115 PreParser(i::Scanner* scanner, i::ParserRecorder* log, uintptr_t stack_limit, bool allow_lazy, bool allow_natives_syntax, bool allow_modules) argument

Completed in 84 milliseconds