9a8c0119ef
R=rossberg@chromium.org BUG=chromium:552302 LOG=n Review URL: https://codereview.chromium.org/1425723004 Cr-Commit-Position: refs/heads/master@{#31890}
8 lines
292 B
JavaScript
8 lines
292 B
JavaScript
// Copyright 2015 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.
|
|
//
|
|
// Flags: --harmony-destructuring --allow-natives-syntax
|
|
|
|
assertThrows('var %OptimizeFunctionOnNextCall()', SyntaxError);
|