v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::api_internal::StackAllocated< true > Class Reference

#include <v8-handle-base.h>

Inheritance diagram for v8::api_internal::StackAllocated< true >:
Collaboration diagram for v8::api_internal::StackAllocated< true >:

Public Member Functions

V8_INLINE StackAllocated ()
 
- Public Member Functions inherited from v8::api_internal::StackAllocated< false >
V8_INLINE StackAllocated ()=default
 

Protected Member Functions

V8_INLINE StackAllocated (no_checking_tag tag)
 
V8_INLINE StackAllocated (const StackAllocated &other, no_checking_tag tag)
 
V8_INLINE V8_EXPORT void VerifyOnStack () const
 
- Protected Member Functions inherited from v8::api_internal::StackAllocated< false >
V8_INLINE StackAllocated (no_checking_tag)
 
V8_INLINE StackAllocated (const StackAllocated &other, no_checking_tag)
 
V8_INLINE void VerifyOnStack () const
 

Additional Inherited Members

- Static Protected Attributes inherited from v8::api_internal::StackAllocated< false >
static constexpr no_checking_tag do_not_check
 

Detailed Description

Definition at line 29 of file v8-handle-base.h.

Constructor & Destructor Documentation

◆ StackAllocated() [1/3]

V8_INLINE v8::api_internal::StackAllocated< true >::StackAllocated ( )
inline

Definition at line 31 of file v8-handle-base.h.

◆ StackAllocated() [2/3]

V8_INLINE v8::api_internal::StackAllocated< true >::StackAllocated ( no_checking_tag tag)
inlineexplicitprotected

Definition at line 40 of file v8-handle-base.h.

◆ StackAllocated() [3/3]

V8_INLINE v8::api_internal::StackAllocated< true >::StackAllocated ( const StackAllocated< true > & other,
no_checking_tag tag )
inlineexplicitprotected

Definition at line 42 of file v8-handle-base.h.

Member Function Documentation

◆ VerifyOnStack()

V8_INLINE V8_EXPORT void v8::api_internal::StackAllocated< true >::VerifyOnStack ( ) const
inlineprotected

Definition at line 49 of file v8-handle-base.h.


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