V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::Signature Class Reference

#include <v8.h>

Inheritance diagram for v8::Signature:
v8::Data

Static Public Member Functions

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

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 6224 of file v8.h.


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