V8 Project
|
A Signature specifies which receivers and arguments are valid parameters to a function. More...
#include <v8.h>
Static Public Member Functions | |
static Local< Signature > | New (Isolate *isolate, Handle< FunctionTemplate > receiver=Handle< FunctionTemplate >(), int argc=0, Handle< FunctionTemplate > argv[]=0) |
Private Member Functions | |
Signature () | |
A Signature specifies which receivers and arguments are valid parameters to a function.
|
private |
|
static |
Definition at line 918 of file api.cc.
References v8::internal::Handle< T >::cast(), ENTER_V8, v8::internal::Isolate::factory(), v8::Handle< T >::IsEmpty(), LOG_API, v8::Utils::OpenHandle(), v8::internal::SIGNATURE_INFO_TYPE, and v8::Utils::ToLocal().