Function quickjs_runtime::quickjs_utils::functions::is_constructor_q
source ยท pub fn is_constructor_q(
q_ctx: &QuickJsRealmAdapter,
obj_ref: &QuickJsValueAdapter,
) -> bool
Expand description
see if an Object is an instance of Function and is a constructor (can be instantiated with new keyword)