Lines Matching defs:exception
72 void Abort(MaybeLocal<Value> exception) {
76 // If no exception value is provided, we do not reject the promise. This can
79 if (exception.IsEmpty()) return;
82 Utils::OpenHandle(*exception.ToLocalChecked()));
128 void WasmStreaming::Abort(MaybeLocal<Value> exception) {
130 impl_->Abort(exception);
1318 // Returns false if there was an exception, true upon success. On success the
2229 EXTRACT_THIS(exception, WasmExceptionPackage);
2242 i::WasmExceptionPackage::GetExceptionValues(i_isolate, exception);
2245 i::WasmExceptionPackage::GetExceptionTag(i_isolate, exception);
2252 thrower.TypeError("First argument does not match the exception tag");
2371 EXTRACT_THIS(exception, WasmExceptionPackage);
2374 auto tag = i::WasmExceptionPackage::GetExceptionTag(i_isolate, exception);
2904 // Set up runtime exception constructor.
3013 // Existing property, or exception.