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

#include <js-objects.h>

Inheritance diagram for v8::internal::JSGlobalProxy:
Collaboration diagram for v8::internal::JSGlobalProxy:

Public Member Functions

bool IsDetachedFrom (Tagged< JSGlobalObject > global) const
 
V8_EXPORT_PRIVATE bool IsDetached ()
 

Static Public Member Functions

static int SizeWithEmbedderFields (int embedder_field_count)
 

Detailed Description

Definition at line 1203 of file js-objects.h.

Member Function Documentation

◆ IsDetached()

bool v8::internal::JSGlobalProxy::IsDetached ( )

Definition at line 5654 of file js-objects.cc.

◆ IsDetachedFrom()

bool v8::internal::JSGlobalProxy::IsDetachedFrom ( Tagged< JSGlobalObject > global) const
inline

Definition at line 1033 of file js-objects-inl.h.

Here is the call graph for this function:

◆ SizeWithEmbedderFields()

int v8::internal::JSGlobalProxy::SizeWithEmbedderFields ( int embedder_field_count)
inlinestatic

Definition at line 1038 of file js-objects-inl.h.

Here is the caller graph for this function:

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