(func)
| 31923 | return doInsideOfContext(16384 /* NodeFlags.DecoratorContext */, func); |
| 31924 | } |
| 31925 | function doInAwaitContext(func) { |
| 31926 | return doInsideOfContext(32768 /* NodeFlags.AwaitContext */, func); |
| 31927 | } |
| 31928 | function doOutsideOfAwaitContext(func) { |
| 31929 | return doOutsideOfContext(32768 /* NodeFlags.AwaitContext */, func); |
| 31930 | } |
no test coverage detected