V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
CallApiCallbackStub (Isolate *isolate, int argc) | |
Public Member Functions inherited from v8::internal::PlatformCodeStub | |
Handle< Code > | GenerateCode () override |
Public Member Functions inherited from v8::internal::CodeStub | |
Handle< Code > | GetCode () |
CodeStub (Isolate *isolate) | |
virtual bool | SometimesSetsUpAFrame () |
bool | FindCodeInCache (Code *code_out) |
virtual CallInterfaceDescriptor | GetCallInterfaceDescriptor () const =0 |
virtual int | GetStackParameterCount () const |
virtual Major | MajorKey () const =0 |
uint32_t | MinorKey () const |
Isolate * | isolate () const |
void | set_isolate (Isolate *isolate) |
void | DeleteStubFromCacheForTesting () |
Public Member Functions inherited from v8::internal::ZoneObject | |
void * | operator new (size_t size, Zone *zone) |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone) |
Static Public Attributes | |
static const int | kArgBits = 7 |
static const int | kArgMax = (1 << kArgBits) - 1 |
Friends | |
class | Builtins |
Additional Inherited Members | |
Public Types inherited from v8::internal::CodeStub | |
enum | Major { NoCache = 0, NUMBER_OF_IDS } |
Static Public Member Functions inherited from v8::internal::CodeStub | |
static Major | MajorKeyFromKey (uint32_t key) |
static uint32_t | MinorKeyFromKey (uint32_t key) |
static Major | GetMajorKey (const Code code_stub) |
static uint32_t | NoCacheKey () |
static const char * | MajorName (Major major_key) |
static void | InitializeDescriptor (Isolate *isolate, uint32_t key, CodeStubDescriptor *desc) |
static MaybeHandle< Code > | GetCode (Isolate *isolate, uint32_t key) |
Protected Member Functions inherited from v8::internal::PlatformCodeStub | |
PlatformCodeStub (Isolate *isolate) | |
virtual void | Generate (MacroAssembler *masm)=0 |
virtual int | GenerateHandlerTable (MacroAssembler *masm) |
DEFINE_CODE_STUB_BASE (PlatformCodeStub, CodeStub) | |
Protected Member Functions inherited from v8::internal::CodeStub | |
CodeStub (uint32_t key, Isolate *isolate) | |
virtual Movability | NeedsImmovableCode () |
virtual void | PrintName (std::ostream &os) const |
virtual void | PrintBaseName (std::ostream &os) const |
virtual void | PrintState (std::ostream &os) const |
uint32_t | GetKey () |
Protected Attributes inherited from v8::internal::CodeStub | |
uint32_t | minor_key_ |
Definition at line 388 of file code-stubs.h.