v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
StackAllocated< true > Class Reference

#include <v8-handle-base.h>

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

Public Member Functions

V8_INLINE StackAllocated ()
 
- Public Member Functions inherited from 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_EXPORT void VerifyOnStack () const
 
- Protected Member Functions inherited from 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 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]

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

◆ StackAllocated() [2/3]

V8_INLINE StackAllocated ( no_checking_tag  tag)
inlineexplicitprotected

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

◆ StackAllocated() [3/3]

V8_INLINE 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_EXPORT void VerifyOnStack ( ) const
protected

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