v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Runtime::Function Struct Reference

#include <runtime.h>

Data Fields

FunctionId function_id
 
IntrinsicType intrinsic_type
 
const char * name
 
byteentry
 
int nargs
 
int result_size
 

Detailed Description

Definition at line 774 of file runtime.h.

Field Documentation

byte* entry

Definition at line 781 of file runtime.h.

FunctionId function_id

Definition at line 775 of file runtime.h.

IntrinsicType intrinsic_type

Definition at line 776 of file runtime.h.

const char* name

Definition at line 778 of file runtime.h.

Referenced by Runtime::InitializeIntrinsicFunctionNames().

int nargs

Definition at line 785 of file runtime.h.

int result_size

Definition at line 787 of file runtime.h.


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