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