Searched refs:ReportLinkError (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-module.cc | 1358 void ReportLinkError(const char* error, uint32_t index, in ReportLinkError() function in InstantiationHelper 1366 MaybeHandle<Object> ReportLinkError(const char* error, uint32_t index, in ReportLinkError() function in InstantiationHelper 1385 return ReportLinkError("module not found", index, module_name); in LookupImport() 1392 return ReportLinkError("module is not an object or function", index, in LookupImport() 1398 ReportLinkError("import not found", index, module_name, import_name); in LookupImport() 1505 ReportLinkError("function import requires a callable", index, in ProcessImports() 1515 ReportLinkError( in ProcessImports() 1527 ReportLinkError("table import requires a WebAssembly.Table", index, in ProcessImports() 1599 ReportLinkError("memory import must be a WebAssembly.Memory object", in ProcessImports() 1636 ReportLinkError("global import cannot have type i64", index, in ProcessImports() [all …]
|