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

#include <object-lock.h>

Collaboration diagram for v8::internal::ObjectLock:

Static Public Member Functions

static V8_INLINE void Lock (Tagged< HeapObject > heap_object)
 
static V8_INLINE void Unlock (Tagged< HeapObject > heap_object)
 

Detailed Description

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

Member Function Documentation

◆ Lock()

void v8::internal::ObjectLock::Lock ( Tagged< HeapObject > heap_object)
static

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Unlock()

void v8::internal::ObjectLock::Unlock ( Tagged< HeapObject > heap_object)
static

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

Here is the call graph for this function:
Here is the caller graph for this function:

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