MCPcopy Create free account
hub / github.com/google/gapid / Throw

Method Throw

core/codegen/builder.go:109–111  ·  view source on GitHub ↗

Throw throws an exception with the given value.

(v *Value)

Source from the content-addressed store, hash-verified

107
108// Throw throws an exception with the given value.
109func (b *Builder) Throw(v *Value) {
110 b.m.exceptions.throw(b, v)
111}
112
113func (b *Builder) callArgs(sig Signature, name string, args []*Value) []llvm.Value {
114 if sig.Variadic {

Callers 1

abortMethod · 0.80

Calls 1

throwMethod · 0.80

Tested by

no test coverage detected