#include <local-handles.h>
Definition at line 44 of file local-handles.h.
◆ LocalHandleScope() [1/3]
v8::internal::LocalHandleScope::LocalHandleScope |
( |
LocalIsolate * | local_isolate | ) |
|
|
inlineexplicit |
◆ LocalHandleScope() [2/3]
v8::internal::LocalHandleScope::LocalHandleScope |
( |
LocalHeap * | local_heap | ) |
|
|
inlineexplicit |
◆ ~LocalHandleScope()
v8::internal::LocalHandleScope::~LocalHandleScope |
( |
| ) |
|
|
inline |
◆ LocalHandleScope() [3/3]
◆ CloseAndEscape()
template<typename
T , template< typename > typename HandleType>
requires (std::is_convertible_v<HandleType<
T>,
DirectHandle<
T>>)
HandleType< T > v8::internal::LocalHandleScope::CloseAndEscape |
( |
HandleType< T > | handle_value | ) |
|
◆ CloseMainThreadScope()
void v8::internal::LocalHandleScope::CloseMainThreadScope |
( |
LocalHeap * | local_heap, |
|
|
Address * | prev_next, |
|
|
Address * | prev_limit ) |
|
staticprivate |
◆ CloseScope()
void v8::internal::LocalHandleScope::CloseScope |
( |
LocalHeap * | local_heap, |
|
|
Address * | prev_next, |
|
|
Address * | prev_limit ) |
|
inlinestaticprivate |
◆ GetHandle()
◆ GetMainThreadHandle()
◆ OpenMainThreadScope()
void v8::internal::LocalHandleScope::OpenMainThreadScope |
( |
LocalHeap * | local_heap | ) |
|
|
private |
◆ operator delete()
void v8::internal::LocalHandleScope::operator delete |
( |
void * | size_t | ) |
|
|
privatedelete |
◆ operator new()
void * v8::internal::LocalHandleScope::operator new |
( |
size_t | size | ) |
|
|
privatedelete |
◆ operator=()
◆ local_heap_
LocalHeap* v8::internal::LocalHandleScope::local_heap_ |
|
private |
◆ prev_limit_
Address* v8::internal::LocalHandleScope::prev_limit_ |
|
private |
◆ prev_next_
Address* v8::internal::LocalHandleScope::prev_next_ |
|
private |
The documentation for this class was generated from the following files: