V8  latest master commit
V8 is Google's open source JavaScript engine
v8::internal::CFunctionInfoImpl< R, Args > Class Template Reference

#include <v8-fast-api-calls.h>

Inheritance diagram for v8::internal::CFunctionInfoImpl< R, Args >:
v8::CFunctionInfo

Public Member Functions

 CFunctionInfoImpl ()
 
const CTypeInfoReturnInfo () const override
 
unsigned int ArgumentCount () const override
 
const CTypeInfoArgumentInfo (unsigned int index) const override
 

Detailed Description

template<typename R, typename... Args>
class v8::internal::CFunctionInfoImpl< R, Args >

Definition at line 336 of file v8-fast-api-calls.h.

Constructor & Destructor Documentation

◆ CFunctionInfoImpl()

template<typename R , typename... Args>
v8::internal::CFunctionInfoImpl< R, Args >::CFunctionInfoImpl ( )
inline

Definition at line 338 of file v8-fast-api-calls.h.

Member Function Documentation

◆ ArgumentCount()

template<typename R , typename... Args>
unsigned int v8::internal::CFunctionInfoImpl< R, Args >::ArgumentCount ( ) const
inlineoverridevirtual

Implements v8::CFunctionInfo.

Definition at line 348 of file v8-fast-api-calls.h.

◆ ArgumentInfo()

template<typename R , typename... Args>
const CTypeInfo& v8::internal::CFunctionInfoImpl< R, Args >::ArgumentInfo ( unsigned int  index) const
inlineoverridevirtual

Implements v8::CFunctionInfo.

Definition at line 349 of file v8-fast-api-calls.h.

◆ ReturnInfo()

template<typename R , typename... Args>
const CTypeInfo& v8::internal::CFunctionInfoImpl< R, Args >::ReturnInfo ( ) const
inlineoverridevirtual

Implements v8::CFunctionInfo.

Definition at line 347 of file v8-fast-api-calls.h.


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