v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
pipelines.cc File Reference
Include dependency graph for pipelines.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 
namespace  v8::internal::compiler::turboshaft
 

Macros

#define RUN_MAYBE_ABORT(phase, ...)
 

Macro Definition Documentation

◆ RUN_MAYBE_ABORT

#define RUN_MAYBE_ABORT ( phase,
... )
Value:
if (V8_UNLIKELY(!Run<phase>(__VA_ARGS__))) return {};
#define V8_UNLIKELY(condition)
Definition v8config.h:660

Definition at line 16 of file pipelines.cc.