mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
6 lines
54 B
Plaintext
6 lines
54 B
Plaintext
function foo () {
|
|
"use strict";
|
|
with ({}) {
|
|
}
|
|
}
|