-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
// Strict mode: attempts to set a variable that has not been declared is disallowed.
// Assert.AreEqual("ReferenceError", EvaluateExceptionType("'use strict'; asddfsgwqewert = 'test'"));
// Assert.AreEqual("ReferenceError", EvaluateExceptionType("function foo() { 'use strict'; asddfsgwqewert = 'test'; } foo()"));
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels