Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h73 struct WasmFunction { struct
74 FunctionSig* sig; // signature of the function.
75 uint32_t func_index; // index into the function table.
76 uint32_t sig_index; // index into the signature table.
77 uint32_t name_offset; // offset in the module bytes of the name, if any.
78 uint32_t name_length; // length in bytes of the name.
79 uint32_t code_start_offset; // offset in the module bytes of code start.
80 uint32_t code_end_offset; // offset in the module bytes of code end.
81 bool imported;
82 bool exported;