2015-11-09 15:32:00 +00:00
|
|
|
// 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.
|
|
|
|
//
|
2016-03-10 23:19:31 +00:00
|
|
|
// Flags: --allow-natives-syntax
|
2015-11-09 15:32:00 +00:00
|
|
|
|
|
|
|
assertThrows('var %OptimizeFunctionOnNextCall()', SyntaxError);
|