module Duktape::API::Object

Direct including types

Defined in:

duktape/api/object.cr

Instance Method Summary

Instance Method Detail

def compact(index : LibDUK::Index) #

[View source]
def enum(index : LibDUK::Index, flags : UInt32) #

[View source]
def enum(index : LibDUK::Index, flags : LibDUK::Enum) #

[View source]
def equals(one : Int32, two : Int32) #

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

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

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

[View source]
def instanceof(one : Int32, two : Int32) #

[View source]
def next(index : LibDUK::Index, get_val = false) #

[View source]
def samevalue(one : LibDUK::Index, two : LibDUK::Index) #

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

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

[View source]
def set_global_object #

[View source]
def set_length(index : LibDUK::Index, size : Int) #

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

[View source]
def strict_equals(one : Int32, two : Int32) #

[View source]