Skip to main content

finish_object_create_from_constructor

Function finish_object_create_from_constructor 

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