HomeSort by relevance Sort by last modified time
    Searched defs:allow_harmony_bigint (Results 1 - 2 of 2) sorted by null

  /external/v8/src/parsing/
scanner.h 377 bool allow_harmony_bigint() const { return allow_harmony_bigint_; } function in class:v8::internal::Scanner
parser-base.h 303 bool allow_harmony_bigint() const { function in class:v8::internal::ParseFunctionFlags::ParserBase
304 return scanner()->allow_harmony_bigint();
    [all...]

Completed in 90 milliseconds