Name
SPVM::Native - Native Class Utilities
Description
The Native class of SPVM has methods for native class utilities.
Usage
use Native;
Class Methods
get_current_env
static get_current_env : Native::Env ();
Gets the current execution environemnt. This is a Native::Env object.
get_current_stack
static get_current_stack : Native::Stack ();
Gets the current execution stack. This is a Native::Stack object.
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License