ZNTC0800: 'with' is not allowed in strict mode
ZNTC0800
Section titled “ZNTC0800”‘with’ is not allowed in strict mode
Category: Parser: Strict Mode
Reproduction
Section titled “Reproduction”"use strict"; with(obj) {}How to fix
Section titled “How to fix”See the error message for cause and resolution.