v8  7.8.279 (node 12.19.1)
V8 is Google's open source JavaScript engine
ScriptOriginOptions Class Reference

#include <v8.h>

Public Member Functions

V8_INLINE ScriptOriginOptions (bool is_shared_cross_origin=false, bool is_opaque=false, bool is_wasm=false, bool is_module=false)
 
V8_INLINE ScriptOriginOptions (int flags)
 
bool IsSharedCrossOrigin () const
 
bool IsOpaque () const
 
bool IsWasm () const
 
bool IsModule () const
 
int Flags () const
 

Detailed Description

The optional attributes of ScriptOrigin.

Definition at line 1205 of file v8.h.

Constructor & Destructor Documentation

◆ ScriptOriginOptions() [1/2]

V8_INLINE ScriptOriginOptions ( bool  is_shared_cross_origin = false,
bool  is_opaque = false,
bool  is_wasm = false,
bool  is_module = false 
)
inline

Definition at line 1207 of file v8.h.

Referenced by ScriptOrigin::ScriptOrigin().

◆ ScriptOriginOptions() [2/2]

V8_INLINE ScriptOriginOptions ( int  flags)
inline

Definition at line 1213 of file v8.h.

Member Function Documentation

◆ Flags()

int Flags ( ) const
inline

Definition at line 1224 of file v8.h.

◆ IsModule()

bool IsModule ( ) const
inline

Definition at line 1222 of file v8.h.

◆ IsOpaque()

bool IsOpaque ( ) const
inline

Definition at line 1220 of file v8.h.

◆ IsSharedCrossOrigin()

bool IsSharedCrossOrigin ( ) const
inline

Definition at line 1217 of file v8.h.

◆ IsWasm()

bool IsWasm ( ) const
inline

Definition at line 1221 of file v8.h.


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