v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
v8-local-handle.h File Reference
#include <stddef.h>
#include <type_traits>
#include <vector>
#include "v8-handle-base.h"
#include "v8-internal.h"
Include dependency graph for v8-local-handle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  HandleScope
 
class  LocalBase< T >
 
class  Local< T >
 
class  LocalUnchecked< T >
 
class  LocalVector< T >
 
class  MaybeLocal< T >
 
class  EscapableHandleScopeBase
 
class  EscapableHandleScope
 
class  SealHandleScope
 

Namespaces

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

Typedefs

template<class T >
using Handle = Local< T >
 

Functions

V8_EXPORT void ToLocalEmpty ()