def
def_prop(index : LibDUK::Index, flags : UInt32)
#
def
def_prop(index : LibDUK::Index, flags : LibDUK::DefProp)
#
def
del_prop_index(index : LibDUK::Index, arr_index : UInt32)
#
def
del_prop_string(index : LibDUK::Index, key : String)
#
def
get_prop_index(index : LibDUK::Index, arr_index : UInt32)
#
def
get_prop_string(index : LibDUK::Index, key : String)
#
def
has_prop_index(index : LibDUK::Index, arr_index : UInt32)
#
def
has_prop_string(index : LibDUK::Index, key : String)
#
def
put_prop_index(index : LibDUK::Index, arr_index : UInt32)
#
def
put_prop_string(index : LibDUK::Index, key : String)
#