V8 Project
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
 
byteentry
 
int nargs
 
int result_size
 

Detailed Description

Definition at line 791 of file runtime.h.

Member Data Documentation

◆ entry

byte* v8::internal::Runtime::Function::entry

Definition at line 798 of file runtime.h.

◆ function_id

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

Definition at line 792 of file runtime.h.

◆ intrinsic_type

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

Definition at line 793 of file runtime.h.

◆ name

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

◆ nargs

int v8::internal::Runtime::Function::nargs

◆ result_size

int v8::internal::Runtime::Function::result_size

Definition at line 804 of file runtime.h.

Referenced by v8::internal::compiler::JSOperatorBuilder::Runtime().


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