* @deprecated * @param flag * @return {this}
(flag)
| 638 | * @return {this} |
| 639 | */ |
| 640 | setHardcodeConstants(flag) { |
| 641 | utils.warnDeprecated('method', 'setHardcodeConstants'); |
| 642 | this.setDynamicOutput(flag); |
| 643 | this.setDynamicArguments(flag); |
| 644 | return this; |
| 645 | } |
| 646 | |
| 647 | /** |
| 648 | * |
nothing calls this directly
no test coverage detected