quickjs_runtime::quickjs_utils::arrays

Function is_array

source
pub unsafe fn is_array(
    context: *mut JSContext,
    obj_ref: &QuickJsValueAdapter,
) -> bool
Expand description

ยงSafety

When passing a context pointer please make sure the corresponding QuickJsContext is still valid