MCPcopy Create free account
hub / github.com/WebAssembly/wabt / Token

Method Token

src/token.cc:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44Token::Token(Location loc, TokenType token_type)
45 : loc(loc), token_type_(token_type) {
46 assert(IsTokenTypeBare(token_type_));
47}
48
49Token::Token(Location loc, TokenType token_type, Type type)
50 : loc(loc), token_type_(token_type) {

Callers

nothing calls this directly

Calls 2

IsTokenTypeBareFunction · 0.85
ConstructFunction · 0.85

Tested by

no test coverage detected