MCPcopy Create free account
hub / github.com/WasmVM/WasmVM / parse_startsection

Method parse_startsection

src/lib/parse/ParseContext.cpp:876–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874}
875
876void ParseContext::parse_startsection() {
877 tok_.expect(TokenType::LParen);
878 tok_.expect_keyword("start");
879 module_.start = parse_funcidx();
880 tok_.expect(TokenType::RParen);
881}
882
883void ParseContext::parse_elemsection() {
884 tok_.expect(TokenType::LParen);

Callers

nothing calls this directly

Calls 2

expectMethod · 0.80
expect_keywordMethod · 0.80

Tested by

no test coverage detected