V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::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 1008 of file v8.h.


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