Sign in
webkit
/
WebKit
/
7c2d2b06cff0bde1c85f11402729e2b90317522d
/
.
/
LayoutTests
/
inspector
/
formatting
/
resources
/
javascript-tests
/
new-expression-expected.js
blob: 064e365a18334c38e3d2c4d68269eeb6e88e41f0 [
file
] [
log
] [
blame
]
new
Foo
;
new
Foo
();
new
(
Foo
)();
new
(
foo
())();
new
[
Foo
][
0
];