Sign in
webkit
/
WebKit
/
9f4898815212c3069305f0eb8e79728e1e77a82a
/
.
/
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
];