v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
v8-function-callback.h File Reference
#include <cstdint>
#include <limits>
#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.

Data Structures

class  ReturnValue< T >
 
class  FunctionCallbackInfo< T >
 
class  PropertyCallbackInfo< T >
 

Namespaces

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

Typedefs

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