Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h107 struct WasmFunction { struct
108 FunctionSig* sig; // signature of the function.
109 uint32_t func_index; // index into the function table.
110 uint32_t sig_index; // index into the signature table.
111 uint32_t name_offset; // offset in the module bytes of the name, if any.
112 uint32_t name_length; // length in bytes of the name.
113 uint32_t code_start_offset; // offset in the module bytes of code start.
114 uint32_t code_end_offset; // offset in the module bytes of code end.
115 bool imported;
116 bool exported;