module Duktape::API::Object
Direct including types
Defined in:
duktape/api/object.crInstance Method Summary
- #compact(index : LibDUK::Index)
- #enum(index : LibDUK::Index, flags : UInt32)
- #enum(index : LibDUK::Index, flags : LibDUK::Enum)
- #equals(one : Int32, two : Int32)
- #freeze(index : LibDUK::Index)
- #get_finalizer(index : LibDUK::Index)
- #get_prototype(index : LibDUK::Index)
- #instanceof(one : Int32, two : Int32)
- #next(index : LibDUK::Index, get_val = false)
- #samevalue(one : LibDUK::Index, two : LibDUK::Index)
- #seal(index : LibDUK::Index)
- #set_finalizer(index : LibDUK::Index)
- #set_global_object
- #set_length(index : LibDUK::Index, size : Int)
- #set_prototype(index : LibDUK::Index)
- #strict_equals(one : Int32, two : Int32)