mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2026-02-07 18:46:25 +00:00
6 lines
54 B
Plaintext
6 lines
54 B
Plaintext
function foo () {
|
|
"use strict";
|
|
with ({}) {
|
|
}
|
|
}
|