package cpp.vm
import cpp.vm.Debugger
Available on cpp
Parameter describes a function parameter. Instances of this class are embedded in stack frame objects to describe the function parameters that were used in the invocation of the function that defines that stack frame.
new(name:String, value:Dynamic)
read onlyname:String
read onlyvalue:Dynamic
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cpp/vm/Parameter.html