SloppyFunction: {
    save: null | ConstantMetaVariable;
}

Type declaration

  • save: null | ConstantMetaVariable

    An arrow to initialize the closure-scoped variable of the sloppy function. This is necessary because its block-scoped variable shadows it.