Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dwasm-translation.cc21 struct WasmSourceInformation { struct
22 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