module Duktape::API::Buffer

Direct including types

Defined in:

duktape/api/buffer.cr

Instance Method Summary

Instance Method Detail

def config_buffer(index : LibDUK::Index, buf : Slice(UInt8)) #

[View source]
def get_buffer_data(index : LibDUK::Index) #

[View source]
def push_buffer_object(index : LibDUK::Index, byte_offset : Int32, byte_length : Int32, flags : UInt32) #

[View source]
def push_buffer_object(index : LibDUK::Index, byte_offset : Int32, byte_length : Int32, flags : LibDUK::BufObj) #

[View source]
def require_buffer_data(index : LibDUK::Index) #

[View source]
def resize_buffer(index : LibDUK::Index, size : Int32) #

[View source]
def steal_buffer(index : LibDUK::Index) #

[View source]