(val)
| 31864 | setContextFlag(val, 16384 /* NodeFlags.DecoratorContext */); |
| 31865 | } |
| 31866 | function setAwaitContext(val) { |
| 31867 | setContextFlag(val, 32768 /* NodeFlags.AwaitContext */); |
| 31868 | } |
| 31869 | function doOutsideOfContext(context, func) { |
| 31870 | // contextFlagsToClear will contain only the context flags that are |
| 31871 | // currently set that we need to temporarily clear |
no test coverage detected