9 lines
95 B
JavaScript
9 lines
95 B
JavaScript
"use strict";
|
|
|
|
obj.x = 2;
|
|
|
|
test["catch"];
|
|
test["catch"].foo;
|
|
test["catch"];
|
|
test["catch"].foo;
|