Searched defs:WasmSourceInformation (Results 1 – 1 of 1) sorted by relevance
21 struct WasmSourceInformation { struct22 String16 source;23 int end_line = 0;24 int end_column = 0;26 OffsetTable offset_table;27 OffsetTable reverse_offset_table;29 WasmSourceInformation(String16 source, OffsetTable offset_table) in WasmSourceInformation() function