v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::Signature Class Reference

#include <v8-template.h>

Inheritance diagram for v8::Signature:
Collaboration diagram for v8::Signature:

Static Public Member Functions

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

Private Member Functions

 Signature ()
 

Static Private Member Functions

static void CheckCast (Data *that)
 

Additional Inherited Members

- Public Member Functions inherited from v8::Data
bool IsValue () const
 
bool IsModule () const
 
bool IsModuleRequest () 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.

Definition at line 1106 of file v8-template.h.

Constructor & Destructor Documentation

◆ Signature()

v8::Signature::Signature ( )
private

Member Function Documentation

◆ Cast()

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

Definition at line 1150 of file v8-template.h.

Here is the call graph for this function:

◆ CheckCast()

void v8::Signature::CheckCast ( Data * that)
staticprivate

Definition at line 7405 of file api.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ New()

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

Definition at line 1204 of file api.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

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