The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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