Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc839 Handle<String> module_bytes_string = in CompileFunctions() local
842 DCHECK(module_bytes_string->IsSeqOneByteString()); in CompileFunctions()
843 ret->set_module_bytes(Handle<SeqOneByteString>::cast(module_bytes_string)); in CompileFunctions()