v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::detail::BuiltinComponent Struct Reference

#include <phase.h>

Collaboration diagram for v8::internal::compiler::turboshaft::detail::BuiltinComponent:

Public Member Functions

 BuiltinComponent (const CallDescriptor *call_descriptor, std::optional< BytecodeHandlerData > bytecode_handler_data)
 

Public Attributes

const CallDescriptorcall_descriptor
 
std::optional< BytecodeHandlerDatabytecode_handler_data
 

Detailed Description

Definition at line 119 of file phase.h.

Constructor & Destructor Documentation

◆ BuiltinComponent()

v8::internal::compiler::turboshaft::detail::BuiltinComponent::BuiltinComponent ( const CallDescriptor * call_descriptor,
std::optional< BytecodeHandlerData > bytecode_handler_data )
inline

Definition at line 123 of file phase.h.

Member Data Documentation

◆ bytecode_handler_data

std::optional<BytecodeHandlerData> v8::internal::compiler::turboshaft::detail::BuiltinComponent::bytecode_handler_data

Definition at line 121 of file phase.h.

◆ call_descriptor

const CallDescriptor* v8::internal::compiler::turboshaft::detail::BuiltinComponent::call_descriptor

Definition at line 120 of file phase.h.


The documentation for this struct was generated from the following file: