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

#include <trusted-pointer-scope.h>

Collaboration diagram for v8::internal::TrustedPointerPublishingScope:

Public Member Functions

 TrustedPointerPublishingScope (Isolate *isolate, const DisallowJavascriptExecution &no_js)
 
void MarkSuccess ()
 
void MarkFailure ()
 

Detailed Description

Definition at line 62 of file trusted-pointer-scope.h.

Constructor & Destructor Documentation

◆ TrustedPointerPublishingScope()

v8::internal::TrustedPointerPublishingScope::TrustedPointerPublishingScope ( Isolate * isolate,
const DisallowJavascriptExecution & no_js )
inline

Definition at line 64 of file trusted-pointer-scope.h.

Member Function Documentation

◆ MarkFailure()

void v8::internal::TrustedPointerPublishingScope::MarkFailure ( )
inline

Definition at line 67 of file trusted-pointer-scope.h.

Here is the caller graph for this function:

◆ MarkSuccess()

void v8::internal::TrustedPointerPublishingScope::MarkSuccess ( )
inline

Definition at line 66 of file trusted-pointer-scope.h.

Here is the caller graph for this function:

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