Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h2169 bool IsWebAssemblyCompiledModule() const;
/external/v8/src/
Dapi.cc3296 bool Value::IsWebAssemblyCompiledModule() const { in IsWebAssemblyCompiledModule() function in v8::Value
3652 Utils::ApiCheck(that->IsWebAssemblyCompiledModule(), in CheckCast()