Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-text.cc22 bool IsValidFunctionName(const Vector<const char> &name) { in IsValidFunctionName() function
50 if (IsValidFunctionName(fun_name)) { in PrintWasmText()