Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
v8::Signature Class Reference

#include <v8-template.h>

Inheritance diagram for v8::Signature:
[legend]
Collaboration diagram for v8::Signature:
[legend]

Static Public Member Functions

static Local< SignatureNew (Isolate *isolate, Local< FunctionTemplate > receiver=Local< FunctionTemplate >())
 
static SignatureCast (Data *data)
 

Additional Inherited Members

- Public Member Functions inherited from v8::Data
bool IsValue () const
 
bool IsModule () const
 
bool IsFixedArray () const
 
bool IsPrivate () const
 
bool IsObjectTemplate () const
 
bool IsFunctionTemplate () const
 
bool IsContext () const
 

Detailed Description

A Signature specifies which receiver is valid for a function.

A receiver matches a given signature if the receiver (or any of its hidden prototypes) was created from the signature's FunctionTemplate, or from a FunctionTemplate that inherits directly or indirectly from the signature's FunctionTemplate.

Member Function Documentation

◆ Cast()

Signature * v8::Signature::Cast ( Data data)
inlinestatic

◆ New()

static Local< Signature > v8::Signature::New ( Isolate isolate,
Local< FunctionTemplate receiver = LocalFunctionTemplate >() 
)
static

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