V8 Project
|
#include <runtime.h>
Public Attributes | |
FunctionId | function_id |
IntrinsicType | intrinsic_type |
const char * | name |
byte * | entry |
int | nargs |
int | result_size |
FunctionId v8::internal::Runtime::Function::function_id |
IntrinsicType v8::internal::Runtime::Function::intrinsic_type |
const char* v8::internal::Runtime::Function::name |
Definition at line 795 of file runtime.h.
Referenced by v8::internal::Runtime::InitializeIntrinsicFunctionNames(), and v8::internal::compiler::StaticParameterTraits< Runtime::FunctionId >::PrintTo().
int v8::internal::Runtime::Function::nargs |
Definition at line 802 of file runtime.h.
Referenced by v8::internal::compiler::JSGenericLowering::ReplaceWithRuntimeCall(), and v8::internal::compiler::JSOperatorBuilder::Runtime().
int v8::internal::Runtime::Function::result_size |
Definition at line 804 of file runtime.h.
Referenced by v8::internal::compiler::JSOperatorBuilder::Runtime().