SPVM::Native::Stack − Call Native::Stack
"SPVM::Native::Stack" is "Native::Stack" class in SPVM language.
The instance is a call stack. It has information of the call stack.
An instance of "Native::Stack" class is build by Native::Env#new_stack.
use
Native::Stack;
my $stack = $env−>new_stack;
The "Native::Stack" class is a pointer class.
Its insntace has a pointer to an object of SPVM_VALUE type.
has env : ro Native::Env;
An executable environemnt. The field type is Native::Env class.
"method DESTROY : void ();"
The destructor.
|
• |
Native::Env |
Copyright (c) 2023 Yuki Kimoto
MIT License