Skip to main content

object_create_from_constructor

Function object_create_from_constructor 

Source
pub fn object_create_from_constructor(
    ctx_stack: &mut ExecutionContextStack,
    constructor: JsObjectType,
    intrinsic_default_proto: &WellKnownIntrinsics,
) -> Result<impl JsObject, JErrorType>