blob: 3d7ed65c78ab69f7544d95683a43fdb350b4cecd [file] [log] [blame]
// Copyright 2020 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.
let x = 2;
let y = 2;
Math.pow(x, y);