Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc293 ErrorThrower* thrower_; member in v8::internal::wasm::InstanceBuilder
312 thrower_->TYPE("Import #%d module=\"%s\" function=\"%s\" error: %s", \
319 thrower_->TYPE("Import #%d module=\"%s\" error: %s", index, \
444 thrower_(thrower), in InstanceBuilder()
459 thrower_->TypeError( in Build()
465 if (thrower_->error()) return {}; in Build()
502 thrower_->RangeError("Out of memory: asm.js memory"); in Build()
523 DCHECK(isolate_->has_pending_exception() || thrower_->error()); in Build()
564 thrower_->RangeError("Out of memory: wasm globals"); in Build()
611 thrower_ in Build()
[all...]

Completed in 4 milliseconds