V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::CustomArguments< T > Class Template Reference
Inheritance diagram for v8::internal::CustomArguments< T >:
v8::internal::CustomArgumentsBase v8::internal::Relocatable

Public Member Functions

void IterateInstance (RootVisitor *v) override
 
- Public Member Functions inherited from v8::internal::Relocatable
 Relocatable (Isolate *isolate)
 
virtual void PostGarbageCollection ()
 

Static Public Attributes

static const int kReturnValueOffset = T::kReturnValueIndex
 

Protected Member Functions

 CustomArguments (Isolate *isolate)
 
template<typename V >
Handle< VGetReturnValue (Isolate *isolate)
 
Isolateisolate ()
 
ObjectSlot slot_at (int index)
 
- Protected Member Functions inherited from v8::internal::CustomArgumentsBase
 CustomArgumentsBase (Isolate *isolate)
 

Protected Attributes

Address values_ [T::kArgsLength]
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::Relocatable
static void PostGarbageCollectionProcessing (Isolate *isolate)
 
static int ArchiveSpacePerThread ()
 
static charArchiveState (Isolate *isolate, char *to)
 
static charRestoreState (Isolate *isolate, char *from)
 
static void Iterate (Isolate *isolate, RootVisitor *v)
 
static void Iterate (RootVisitor *v, Relocatable *top)
 
static charIterate (RootVisitor *v, char *t)
 

Detailed Description

template<typename T>
class v8::internal::CustomArguments< T >

Definition at line 122 of file v8.h.


The documentation for this class was generated from the following files: