Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-compiler.cc241 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()
[all …]