Page MenuHomePhorge

test_with_strict.cjs
No OneTemporary

Size
152 B
Referenced Files
None
Subscribers
None

test_with_strict.cjs

"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

Mime Type
application/javascript
Expires
Fri, Mar 27, 9:52 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
512427
Default Alt Text
test_with_strict.cjs (152 B)

Event Timeline