Home
last modified time | relevance | path

Searched defs:ObjLiteralReader (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DObjLiteral.h507 struct ObjLiteralReader : private ObjLiteralReaderBase { struct
509 explicit ObjLiteralReader(mozilla::Span<const uint8_t> data) in ObjLiteralReader() function
512 MOZ_MUST_USE bool readInsn(ObjLiteralInsn* insn) { in readInsn()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DObjLiteral.h560 struct ObjLiteralReader : private ObjLiteralReaderBase { struct
562 explicit ObjLiteralReader(mozilla::Span<const uint8_t> data) in ObjLiteralReader() function
565 [[nodiscard]] bool readInsn(ObjLiteralInsn* insn) { in readInsn()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DObjLiteral.h560 struct ObjLiteralReader : private ObjLiteralReaderBase { struct
562 explicit ObjLiteralReader(mozilla::Span<const uint8_t> data) in ObjLiteralReader() function
565 [[nodiscard]] bool readInsn(ObjLiteralInsn* insn) { in readInsn()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DObjLiteral.h623 struct ObjLiteralReader : private ObjLiteralReaderBase { struct
625 explicit ObjLiteralReader(mozilla::Span<const uint8_t> data) in ObjLiteralReader() function
628 [[nodiscard]] bool readInsn(ObjLiteralInsn* insn) { in readInsn()