Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc989 Handle<Object> name_or_null = in GetWasmFunctionName() local
991 if (!name_or_null->IsNull(isolate)) { in GetWasmFunctionName()
992 return Handle<String>::cast(name_or_null); in GetWasmFunctionName()