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

#include <runtime.h>

Collaboration diagram for v8::internal::Runtime::Function:

Public Attributes

FunctionId function_id
 
IntrinsicType intrinsic_type
 
const char * name
 
Address entry
 
int8_t nargs
 
int8_t result_size
 

Detailed Description

Definition at line 917 of file runtime.h.

Member Data Documentation

◆ entry

Address v8::internal::Runtime::Function::entry

Definition at line 925 of file runtime.h.

◆ function_id

FunctionId v8::internal::Runtime::Function::function_id

Definition at line 918 of file runtime.h.

◆ intrinsic_type

IntrinsicType v8::internal::Runtime::Function::intrinsic_type

Definition at line 919 of file runtime.h.

◆ name

const char* v8::internal::Runtime::Function::name

Definition at line 921 of file runtime.h.

◆ nargs

int8_t v8::internal::Runtime::Function::nargs

Definition at line 929 of file runtime.h.

◆ result_size

int8_t v8::internal::Runtime::Function::result_size

Definition at line 931 of file runtime.h.


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