Lines Matching refs:thrower_
241 ErrorThrower* thrower_; member in v8::internal::wasm::__anonc090e3370111::InstanceBuilder
261 thrower_->TYPE("Import #%d module=\"%s\" function=\"%s\" error: %s", \
268 thrower_->TYPE("Import #%d module=\"%s\" error: %s", index, \
947 thrower_(thrower), in InstanceBuilder()
960 thrower_->TypeError( in Build()
966 if (thrower_->error()) return {}; in Build()
1056 thrower_->RangeError("Out of memory: wasm globals"); in Build()
1067 thrower_->RangeError("Out of memory: wasm globals"); in Build()
1143 thrower_->LinkError("table initializer is out of bounds"); in Build()
1154 thrower_->LinkError("data segment is out of bounds"); in Build()
1163 if (thrower_->error()) return {}; in Build()
1417 thrower_->LinkError("Could not resolve module name for import %zu", in SanitizeImports()
1427 thrower_->LinkError("Could not resolve import name for import %zu", in SanitizeImports()
1437 if (thrower_->error()) { in SanitizeImports()
1438 thrower_->LinkError("Could not find value for import %zu", index); in SanitizeImports()
1548 thrower_->LinkError( in ProcessImports()
1558 thrower_->LinkError( in ProcessImports()
1564 thrower_->LinkError( in ProcessImports()
1587 thrower_->LinkError("table import %d[%d] is not a wasm function", in ProcessImports()
1625 thrower_->LinkError( in ProcessImports()
1632 thrower_->LinkError( in ProcessImports()
1639 thrower_->LinkError( in ProcessImports()
1647 thrower_->LinkError( in ProcessImports()
1810 thrower_->RangeError("Out of memory: wasm memory too large"); in AllocateMemory()
1819 thrower_->RangeError("Out of memory: wasm memory"); in AllocateMemory()
2004 thrower_->LinkError( in ProcessExports()
2023 thrower_->LinkError("export of %.*s failed.", trunc_name.length(), in ProcessExports()