v8
4.5.103 (node 4.8.7)
V8 is Google's open source JavaScript engine
|
#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 |
The optional attributes of ScriptOrigin.
|
inline |
Definition at line 987 of file v8.h.
Referenced by ScriptOrigin::ScriptOrigin().
|
inline |