11 lines
111 B
Plaintext
11 lines
111 B
Plaintext
with ({}) {
|
|
}
|
|
with ({x : 42}) {
|
|
var foo = function () {
|
|
"use strict";
|
|
return x;
|
|
};
|
|
}
|
|
with ({}) {
|
|
}
|