mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2026-01-26 00:26:26 +00:00
13 lines
158 B
Plaintext
13 lines
158 B
Plaintext
(function () {
|
|
if ((this != null)) {
|
|
return this;
|
|
}
|
|
while (true) {
|
|
if ([][2]) return false;
|
|
}
|
|
}
|
|
)({}, function () {
|
|
return [true];
|
|
}
|
|
);
|