Sign in
cobalt
/
cobalt
/
cde3442a440acd4a8f18a44377f1db36e384db7e
/
.
/
src
/
v8
/
test
/
message
/
fail
/
call-yield.js
blob: e0822ac62366286f94eb2bfbe962b6abbf3145c2 [
file
]
// Copyright 2018 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
(
yield
)
{
yield
()
}
f
()