![]()  | 
  
    V8
    latest master commit
    
   V8 is Google's open source JavaScript engine 
   | 
 
#include <v8.h>
  
Static Public Member Functions | |
| static Local< Signature > | New (Isolate *isolate, Local< FunctionTemplate > receiver=Local< FunctionTemplate >()) | 
| static V8_INLINE Signature * | Cast (Data *data) | 
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.
      
  | 
  static |