Home
last modified time | relevance | path

Searched refs:export_kind (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.cc215 Handle<String> export_kind; in GetExports() local
218 export_kind = function_string; in GetExports()
221 export_kind = table_string; in GetExports()
224 export_kind = memory_string; in GetExports()
227 export_kind = global_string; in GetExports()
241 JSObject::AddProperty(isolate, entry, kind_string, export_kind, NONE); in GetExports()