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

#include <js-objects.h>

Inheritance diagram for v8::internal::JSGlobalObject:
Collaboration diagram for v8::internal::JSGlobalObject:

Public Member Functions

bool IsDetached ()
 
Tagged< NativeContextnative_context ()
 

Static Public Member Functions

static void InvalidatePropertyCell (DirectHandle< JSGlobalObject > object, DirectHandle< Name > name)
 

Detailed Description

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

Member Function Documentation

◆ InvalidatePropertyCell()

void v8::internal::JSGlobalObject::InvalidatePropertyCell ( DirectHandle< JSGlobalObject > object,
DirectHandle< Name > name )
static

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

Here is the call graph for this function:

◆ IsDetached()

bool v8::internal::JSGlobalObject::IsDetached ( )
inline

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

◆ native_context()

Tagged< NativeContext > v8::internal::JSGlobalObject::native_context ( )
inline

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


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