module Duktape::API::Coercion
Direct including types
Defined in:
duktape/api/coercion.crInstance Method Summary
- #buffer_to_string(index : Int)
- #safe_to_lstring(index : Int)
- #safe_to_stacktrace(index : Int)
- #safe_to_string(index : Int)
- #to_boolean(index : Int)
-
#to_buffer(index : Int)
Returns a slice to the buffer that was coerced at
index
. - #to_dynamic_buffer(index : Int)
- #to_fixed_buffer(index : Int)
- #to_int(index : Int)
- #to_int32(index : Int)
- #to_lstring(index : Int)
- #to_null(index : Int)
- #to_number(index : Int)
- #to_object(index : Int)
- #to_pointer(index : Int)
- #to_primitive(index : Int, hint = LibDUK::Hint::String)
- #to_stacktrace(index : Int)
- #to_string(index : Int)
- #to_uint(index : Int)
- #to_uint16(index : Int)
- #to_uint32(index : Int)
- #to_undefined(index : Int)