(...args)
| 159 | code, msg, deprecated, false, isPendingDeprecation, |
| 160 | ); |
| 161 | function deprecated(...args) { |
| 162 | emitDeprecationWarning(); |
| 163 | return ReflectApply(fn, this, args); |
| 164 | } |
| 165 | |
| 166 | ObjectDefineProperty(deprecated, 'length', { |
| 167 | __proto__: null, |