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

#include <v8.h>

Public Member Functions

V8_INLINE ScriptOriginOptions (bool is_embedder_debug_script=false, bool is_shared_cross_origin=false, bool is_opaque=false)
 
V8_INLINE ScriptOriginOptions (int flags)
 
bool IsEmbedderDebugScript () const
 
bool IsSharedCrossOrigin () const
 
bool IsOpaque () const
 
int Flags () const
 

Detailed Description

The optional attributes of ScriptOrigin.

Definition at line 996 of file v8.h.

Constructor & Destructor Documentation

◆ ScriptOriginOptions() [1/2]

V8_INLINE ScriptOriginOptions ( bool  is_embedder_debug_script = false,
bool  is_shared_cross_origin = false,
bool  is_opaque = false 
)
inline

Definition at line 998 of file v8.h.

Referenced by ScriptOrigin::ScriptOrigin().

◆ ScriptOriginOptions() [2/2]

V8_INLINE ScriptOriginOptions ( int  flags)
inline

Definition at line 1004 of file v8.h.

Member Function Documentation

◆ Flags()

int Flags ( ) const
inline

Definition at line 1014 of file v8.h.

◆ IsEmbedderDebugScript()

bool IsEmbedderDebugScript ( ) const
inline

Definition at line 1007 of file v8.h.

◆ IsOpaque()

bool IsOpaque ( ) const
inline

Definition at line 1013 of file v8.h.

◆ IsSharedCrossOrigin()

bool IsSharedCrossOrigin ( ) const
inline

Definition at line 1010 of file v8.h.


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