(func)
| 31905 | return func(); |
| 31906 | } |
| 31907 | function allowInAnd(func) { |
| 31908 | return doOutsideOfContext(4096 /* NodeFlags.DisallowInContext */, func); |
| 31909 | } |
| 31910 | function disallowInAnd(func) { |
| 31911 | return doInsideOfContext(4096 /* NodeFlags.DisallowInContext */, func); |
| 31912 | } |
no test coverage detected
searching dependent graphs…