Sign in
webkit
/
WebKit
/
c86e9758c264764cb92416ce4df87787cb59e01e
/
.
/
LayoutTests
/
inspector
/
formatting
/
resources
/
javascript-tests
/
new-expression.js
blob: 1250830d3b359495dc7aa399ad2a75249881be66 [
file
] [
log
] [
blame
]
new
Foo
;
new
Foo
();
new
(
Foo
)();
new
(
foo
())();
new
[
Foo
][
0
];