f42544b768
Otherwise it's whatever the js minifier assigns it to. R=jkummerow@chromium.org BUG=chromium:484077 LOG=N Review URL: https://codereview.chromium.org/1122733002 Cr-Commit-Position: refs/heads/master@{#28190}
8 lines
271 B
JavaScript
8 lines
271 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: --allow-natives-syntax
|
|
|
|
assertEquals("", %FunctionGetInferredName((function(){}).bind({})));
|