Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
v8-function-callback.h File Reference
#include <cstdint>
#include <limits>
#include "v8-internal.h"
#include "v8-local-handle.h"
#include "v8-primitive.h"
#include "v8config.h"
Include dependency graph for v8-function-callback.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::ReturnValue< T >
 
class  v8::FunctionCallbackInfo< T >
 
class  v8::PropertyCallbackInfo< T >
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::debug
 
namespace  v8::api_internal
 

Typedefs

using v8::FunctionCallback = void(*)(const FunctionCallbackInfo< Value > &info)
 

Functions

v8::Local< v8::Valuev8::api_internal::GetFunctionTemplateData (v8::Isolate *isolate, v8::Local< v8::Data > raw_target)
 
internal::Address v8::api_internal::ConvertToJSGlobalProxyIfNecessary (internal::Address holder)