| 967 | return hide_extern(static_cast<const Extern*>(reveal_global(global))); |
| 968 | } |
| 969 | const wasm_extern_t* wasm_table_as_extern_const(const wasm_table_t* table) { |
| 970 | return hide_extern(static_cast<const Extern*>(reveal_table(table))); |
| 971 | } |
| 972 | const wasm_extern_t* wasm_memory_as_extern_const(const wasm_memory_t* memory) { |
| 973 | return hide_extern(static_cast<const Extern*>(reveal_memory(memory))); |
| 974 | } |
nothing calls this directly
no outgoing calls
no test coverage detected