v8  7.0.276 (node 11.14.0)
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 1133 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 1135 of file v8.h.

Referenced by ScriptOrigin::ScriptOrigin().

◆ ScriptOriginOptions() [2/2]

V8_INLINE ScriptOriginOptions ( int  flags)
inline

Definition at line 1141 of file v8.h.

Member Function Documentation

◆ Flags()

int Flags ( ) const
inline

Definition at line 1152 of file v8.h.

◆ IsModule()

bool IsModule ( ) const
inline

Definition at line 1150 of file v8.h.

◆ IsOpaque()

bool IsOpaque ( ) const
inline

Definition at line 1148 of file v8.h.

◆ IsSharedCrossOrigin()

bool IsSharedCrossOrigin ( ) const
inline

Definition at line 1145 of file v8.h.

◆ IsWasm()

bool IsWasm ( ) const
inline

Definition at line 1149 of file v8.h.


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