Sign in
cobalt
/
cobalt
/
0e7d696c3ce6a2ef566d0fabc20213b6a651f942
/
.
/
src
/
third_party
/
v8
/
test
/
mjsunit
/
regress
/
regress-double-property.js
blob: 2ddb45b4b66c79600c78abfaf5b64c1a9a13927a [
file
] [
log
] [
blame
]
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
function
f
(
a
)
{
return
{
0.1
:
a
};
}
f
();