v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ObjectLockGuard Class Referencefinal

#include <object-lock.h>

Collaboration diagram for v8::internal::ObjectLockGuard:

Public Member Functions

V8_INLINE ObjectLockGuard (Tagged< HeapObject > object)
 
V8_INLINE ~ObjectLockGuard ()
 

Private Attributes

Tagged< HeapObjectraw_object_
 

Detailed Description

Definition at line 19 of file object-lock.h.

Constructor & Destructor Documentation

◆ ObjectLockGuard()

v8::internal::ObjectLockGuard::ObjectLockGuard ( Tagged< HeapObject > object)
explicit

Definition at line 26 of file object-lock-inl.h.

Here is the call graph for this function:

◆ ~ObjectLockGuard()

v8::internal::ObjectLockGuard::~ObjectLockGuard ( )

Definition at line 31 of file object-lock-inl.h.

Here is the call graph for this function:

Member Data Documentation

◆ raw_object_

Tagged<HeapObject> v8::internal::ObjectLockGuard::raw_object_
private

Definition at line 25 of file object-lock.h.


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