OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mem_export
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/wasm/
wasm-module.h
94
bool
mem_export
; // true if the memory is exported.
member in struct:v8::internal::wasm::WasmModule
module-decoder.cc
50
module->
mem_export
= false;
80
module->
mem_export
= u8("export memory") != 0;
wasm-module.cc
289
if (
mem_export
) {
Completed in 113 milliseconds