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

#include <fast-api-calls.h>

Collaboration diagram for v8::internal::compiler::fast_api_call::OverloadsResolutionResult:

Public Member Functions

 OverloadsResolutionResult (int distinguishable_arg_index_, CTypeInfo::Type element_type_)
 
bool is_valid () const
 

Static Public Member Functions

static OverloadsResolutionResult Invalid ()
 

Public Attributes

int distinguishable_arg_index
 
CTypeInfo::Type element_type
 
Nodetarget_address = nullptr
 

Detailed Description

Definition at line 16 of file fast-api-calls.h.

Constructor & Destructor Documentation

◆ OverloadsResolutionResult()

v8::internal::compiler::fast_api_call::OverloadsResolutionResult::OverloadsResolutionResult ( int distinguishable_arg_index_,
CTypeInfo::Type element_type_ )
inline

Definition at line 21 of file fast-api-calls.h.

Here is the caller graph for this function:

Member Function Documentation

◆ Invalid()

static OverloadsResolutionResult v8::internal::compiler::fast_api_call::OverloadsResolutionResult::Invalid ( )
inlinestatic

Definition at line 17 of file fast-api-calls.h.

Here is the call graph for this function:

◆ is_valid()

bool v8::internal::compiler::fast_api_call::OverloadsResolutionResult::is_valid ( ) const
inline

Definition at line 29 of file fast-api-calls.h.

Member Data Documentation

◆ distinguishable_arg_index

int v8::internal::compiler::fast_api_call::OverloadsResolutionResult::distinguishable_arg_index

Definition at line 33 of file fast-api-calls.h.

◆ element_type

CTypeInfo::Type v8::internal::compiler::fast_api_call::OverloadsResolutionResult::element_type

Definition at line 36 of file fast-api-calls.h.

◆ target_address

Node* v8::internal::compiler::fast_api_call::OverloadsResolutionResult::target_address = nullptr

Definition at line 38 of file fast-api-calls.h.


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