Function dsoLocalEquivalentValue [src]
Prototype
pub fn dsoLocalEquivalentValue(self: *Builder, function: Function.Index) Allocator.Error!Value
Parameters
self: *Builder
function: Function.Index
Source
pub fn dsoLocalEquivalentValue(self: *Builder, function: Function.Index) Allocator.Error!Value {
return (try self.dsoLocalEquivalentConst(function)).toValue();
}