Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2922391
test_with_strict.cjs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
152 B
Referenced Files
None
Subscribers
None
test_with_strict.cjs
View Options
"use strict";
// Test 2: with statement should fail with 'use strict'
let obj = { x: 10, y: 20 };
with (obj) {
console.log("This should not run");
}
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Fri, Mar 27, 1:01 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
512427
Default Alt Text
test_with_strict.cjs (152 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment