Home
last modified time | relevance | path

Searched refs:EndOfFilePolicy (Results 1 – 2 of 2) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBinASTTokenReaderContext.h1459 enum class EndOfFilePolicy { enum
1539 template <Compression compression, EndOfFilePolicy policy>
1760 template <EndOfFilePolicy policy>
1763 template <EndOfFilePolicy policy>
H A DBinASTTokenReaderContext.cpp94 using EndOfFilePolicy = BinASTTokenReaderContext::EndOfFilePolicy; typedef
1045 BinASTTokenReaderContext::readBuf<Compression::No, EndOfFilePolicy::RaiseError>( in readBuf()
1052 BinASTTokenReaderContext::readBuf<Compression::No, EndOfFilePolicy::BestEffort>( in readBuf()
1060 BinASTTokenReaderContext::handleEndOfStream<EndOfFilePolicy::RaiseError>() { in handleEndOfStream()
1066 BinASTTokenReaderContext::handleEndOfStream<EndOfFilePolicy::BestEffort>() { in handleEndOfStream()
1245 MOZ_TRY((owner.readBuf<Compression::No, EndOfFilePolicy::BestEffort>( in getHuffmanLookup()
1575 (readBuf<Compression::No, EndOfFilePolicy::RaiseError>(bytes, length))); in readUnpackedLong()
2720 MOZ_TRY((reader_.readBuf<Compression::No, EndOfFilePolicy::RaiseError>( in readSymbol()