#include <code-factory.h>
|
| static DirectHandle< Code > | RuntimeCEntry (Isolate *isolate, int result_size=1, bool switch_to_central_stack=false) |
| |
| static Handle< Code > | CEntry (Isolate *isolate, int result_size=1, ArgvMode argv_mode=ArgvMode::kStack, bool builtin_exit_frame=false, bool switch_to_central_stack=false) |
| |
| static Callable | LoadGlobalIC (Isolate *isolate, TypeofMode typeof_mode) |
| |
| static Callable | LoadGlobalICInOptimizedCode (Isolate *isolate, TypeofMode typeof_mode) |
| |
| static Callable | DefineNamedOwnIC (Isolate *isolate) |
| |
| static Callable | DefineNamedOwnICInOptimizedCode (Isolate *isolate) |
| |
| static Callable | CallApiCallback (Isolate *isolate) |
| |
| static Callable | StringAdd (Isolate *isolate, StringAddFlags flags=STRING_ADD_CHECK_NONE) |
| |
| static Callable | FastNewFunctionContext (Isolate *isolate, ScopeType scope_type) |
| |
| static Callable | Call (Isolate *isolate, ConvertReceiverMode mode=ConvertReceiverMode::kAny) |
| |
| static Callable | Call_WithFeedback (Isolate *isolate, ConvertReceiverMode mode) |
| |
| static Callable | CallWithArrayLike (Isolate *isolate) |
| |
| static Callable | CallWithSpread (Isolate *isolate) |
| |
| static Callable | CallFunction (Isolate *isolate, ConvertReceiverMode mode=ConvertReceiverMode::kAny) |
| |
| static Callable | CallForwardVarargs (Isolate *isolate) |
| |
| static Callable | CallFunctionForwardVarargs (Isolate *isolate) |
| |
| static Callable | Construct (Isolate *isolate) |
| |
| static Callable | ConstructWithSpread (Isolate *isolate) |
| |
| static Callable | ConstructForwardVarargs (Isolate *isolate) |
| |
| static Callable | ConstructFunctionForwardVarargs (Isolate *isolate) |
| |
| static Callable | ArrayNoArgumentConstructor (Isolate *isolate, ElementsKind kind, AllocationSiteOverrideMode override_mode) |
| |
| static Callable | ArraySingleArgumentConstructor (Isolate *isolate, ElementsKind kind, AllocationSiteOverrideMode override_mode) |
| |
Definition at line 22 of file code-factory.h.
◆ ArrayNoArgumentConstructor()
◆ ArraySingleArgumentConstructor()
◆ Call()
◆ Call_WithFeedback()
◆ CallApiCallback()
| static Callable v8::internal::CodeFactory::CallApiCallback |
( |
Isolate * | isolate | ) |
|
|
static |
◆ CallForwardVarargs()
| Callable v8::internal::CodeFactory::CallForwardVarargs |
( |
Isolate * | isolate | ) |
|
|
static |
◆ CallFunction()
◆ CallFunctionForwardVarargs()
| Callable v8::internal::CodeFactory::CallFunctionForwardVarargs |
( |
Isolate * | isolate | ) |
|
|
static |
◆ CallWithArrayLike()
◆ CallWithSpread()
◆ CEntry()
◆ Construct()
◆ ConstructForwardVarargs()
| Callable v8::internal::CodeFactory::ConstructForwardVarargs |
( |
Isolate * | isolate | ) |
|
|
static |
◆ ConstructFunctionForwardVarargs()
| Callable v8::internal::CodeFactory::ConstructFunctionForwardVarargs |
( |
Isolate * | isolate | ) |
|
|
static |
◆ ConstructWithSpread()
| Callable v8::internal::CodeFactory::ConstructWithSpread |
( |
Isolate * | isolate | ) |
|
|
static |
◆ DefineNamedOwnIC()
◆ DefineNamedOwnICInOptimizedCode()
| Callable v8::internal::CodeFactory::DefineNamedOwnICInOptimizedCode |
( |
Isolate * | isolate | ) |
|
|
static |
◆ FastNewFunctionContext()
◆ LoadGlobalIC()
◆ LoadGlobalICInOptimizedCode()
◆ RuntimeCEntry()
| DirectHandle< Code > v8::internal::CodeFactory::RuntimeCEntry |
( |
Isolate * | isolate, |
|
|
int | result_size = 1, |
|
|
bool | switch_to_central_stack = false ) |
|
static |
◆ StringAdd()
The documentation for this class was generated from the following files: