Lines Matching refs:thrower_
293 ErrorThrower* thrower_;
312 thrower_->TYPE("Import #%d module=\"%s\" function=\"%s\" error: %s", \
319 thrower_->TYPE("Import #%d module=\"%s\" error: %s", index, \
444 thrower_(thrower),
459 thrower_->TypeError(
465 if (thrower_->error()) return {};
502 thrower_->RangeError("Out of memory: asm.js memory");
523 DCHECK(isolate_->has_pending_exception() || thrower_->error());
564 thrower_->RangeError("Out of memory: wasm globals");
611 thrower_->RangeError(
722 if (thrower_->error()) return {};
748 if (thrower_->error()) return {};
755 if (thrower_->error()) return {};
763 if (thrower_->error()) return {};
1012 isolate_, instance, thrower_)
1014 if (thrower_->error()) return;
1023 isolate_, instance, thrower_)
1025 if (thrower_->error()) return;
1029 thrower_->RuntimeError("data segment is out of bounds");
1072 if (thrower_->error()) {
1073 thrower_->LinkError("Could not find value for import %zu", index);
1237 thrower_->LinkError("table import %d[%d] is not a wasm function",
1284 thrower_->LinkError("table import %d is smaller than initial %u, got %u",
1291 thrower_->LinkError("table import %d has no maximum length, expected %u",
1297 thrower_->LinkError("table import %d has no maximum length, expected %u",
1302 thrower_->LinkError("table import %d has a larger maximum size %" PRIx64
1353 thrower_->LinkError("memory import %d is smaller than initial %u, got %u",
1361 thrower_->LinkError(
1368 thrower_->LinkError(
1376 thrower_->LinkError(
1724 isolate_, instance, thrower_);
1725 if (thrower_->error()) return;
1747 thrower_->RangeError("Out of memory: wasm memory");
1920 thrower_->LinkError("export of %.*s failed.", trunc_name.length(),
1991 table.type, isolate_, instance, thrower_);
1992 if (thrower_->error()) return;
2058 isolate_, instance, thrower_)
2060 if (thrower_->error()) return;
2074 thrower_->RuntimeError("table initializer is out of bounds");