module Duktape::API::Stack
Direct including types
Defined in:
duktape/api/stack.crInstance Method Summary
- #check_stack(extra : Int32)
- #check_stack_top(top : Int32)
- #copy(from : Int32, to : Int32)
- #dup(from : Int32)
- #dup_top
- #empty?
- #get_top
- #get_top_index
- #insert(to : Int32)
- #is_valid_index(index : LibDUK::Index)
- #normalize_index(index : LibDUK::Index)
- #pull(from : LibDUK::Index)
- #remove(index : LibDUK::Index)
- #replace(to : Int32)
- #require_normalize_index(index : LibDUK::Index)
- #require_stack(extra : Int32)
- #require_stack_top(top : Int32)
- #require_top_index
- #require_valid_index(index : LibDUK::Index)
- #set_top(index : LibDUK::Index)
- #swap(idx_1 : Int32, idx_2 : Int32)
- #swap_top(idx : Int32)
- #valid_index?(index : LibDUK::Index)