Sign in
webkit
/
WebKit
/
b0d7f9b249dd6483d6c7bc4f13c440c0842b7127
/
.
/
JSTests
/
stress
/
parser-should-record-token-location-of-new-dot-target.js
blob: 3acab2cec0a5498c2e089b6db586ec2f9d5a1a7a [
file
] [
log
] [
blame
]
//@ runDefault("--forceDebuggerBytecodeGeneration=true")
// This test should not crash.
function
foo
()
{
if
(
new
.
target
)
{}
}
+
foo
();