e91e18041a
Bug: chromium:897815, chromium:897935, chromium:897766 Change-Id: Ie8c4105867f84054559a4c43c23be82365502c1e Reviewed-on: https://chromium-review.googlesource.com/c/1296469 Reviewed-by: Marja Hölttä <marja@chromium.org> Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Florian Sattler <sattlerf@google.com> Cr-Commit-Position: refs/heads/master@{#56905}
17 lines
379 B
JavaScript
17 lines
379 B
JavaScript
// 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.
|
|
|
|
// Flags: --allow-natives-syntax
|
|
|
|
(function __f_19350() {
|
|
function __f_19351() {
|
|
function __f_19352() {
|
|
}
|
|
}
|
|
try {
|
|
__f_19350();
|
|
} catch (e) {}
|
|
%OptimizeFunctionOnNextCall(__f_19351)
|
|
})();
|