v8
4.5.103 (node 4.8.7)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
V8_INLINE | ScriptOrigin (Local< Value > resource_name, Local< Integer > resource_line_offset=Local< Integer >(), Local< Integer > resource_column_offset=Local< Integer >(), Local< Boolean > resource_is_shared_cross_origin=Local< Boolean >(), Local< Integer > script_id=Local< Integer >(), Local< Boolean > resource_is_embedder_debug_script=Local< Boolean >(), Local< Value > source_map_url=Local< Value >(), Local< Boolean > resource_is_opaque=Local< Boolean >()) |
V8_INLINE Local< Value > | ResourceName () const |
V8_INLINE Local< Integer > | ResourceLineOffset () const |
V8_INLINE Local< Integer > | ResourceColumnOffset () const |
V8_INLINE Local< Integer > | ScriptID () const |
V8_INLINE Local< Value > | SourceMapUrl () const |
V8_INLINE ScriptOriginOptions | Options () const |
ScriptOrigin | ( | Local< Value > | resource_name, |
Local< Integer > | resource_line_offset = Local<Integer>() , |
||
Local< Integer > | resource_column_offset = Local<Integer>() , |
||
Local< Boolean > | resource_is_shared_cross_origin = Local<Boolean>() , |
||
Local< Integer > | script_id = Local<Integer>() , |
||
Local< Boolean > | resource_is_embedder_debug_script = Local<Boolean>() , |
||
Local< Value > | source_map_url = Local<Value>() , |
||
Local< Boolean > | resource_is_opaque = Local<Boolean>() |
||
) |
Definition at line 7506 of file v8.h.
References Local< T >::IsEmpty(), Value::IsTrue(), Local< T >::operator->(), and ScriptOriginOptions::ScriptOriginOptions().
|
inline |
Definition at line 1036 of file v8.h.
Referenced by ScriptCompiler::Source::Source().
Definition at line 7533 of file v8.h.
Referenced by ScriptCompiler::Source::Source().
Definition at line 7528 of file v8.h.
Referenced by ScriptCompiler::Source::Source().
Definition at line 7525 of file v8.h.
Referenced by ScriptCompiler::Source::Source().
Definition at line 7541 of file v8.h.
Referenced by ScriptCompiler::Source::Source().