v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
int64-lowering-phase.cc
Go to the documentation of this file.
1// Copyright 2023 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
6
7#if V8_TARGET_ARCH_32_BIT
11#endif
12
14
15void Int64LoweringPhase::Run(PipelineData* data, Zone* temp_zone) {
16#if V8_TARGET_ARCH_32_BIT
18 temp_zone);
19#else
21#endif
22}
23
24} // namespace v8::internal::compiler::turboshaft
static void Run(PipelineData *data, Zone *phase_zone)