![]() |
v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
|
#include <v8-message.h>
Public Member Functions | |
| V8_INLINE | ScriptOrigin (Local< Value > resource_name, int resource_line_offset=0, int resource_column_offset=0, bool resource_is_shared_cross_origin=false, int script_id=-1, Local< Value > source_map_url=Local< Value >(), bool resource_is_opaque=false, bool is_wasm=false, bool is_module=false, Local< Data > host_defined_options=Local< Data >()) |
| V8_INLINE Local< Value > | ResourceName () const |
| V8_INLINE int | LineOffset () const |
| V8_INLINE int | ColumnOffset () const |
| V8_INLINE int | ScriptId () const |
| V8_INLINE Local< Value > | SourceMapUrl () const |
| V8_INLINE Local< Data > | GetHostDefinedOptions () const |
| V8_INLINE ScriptOriginOptions | Options () const |
The origin, within a file, of a script.
Definition at line 63 of file v8-message.h.
|
inline |
Definition at line 65 of file v8-message.h.
References ScriptOrigin::ScriptOrigin(), and ScriptOriginOptions::ScriptOriginOptions().
Referenced by ScriptOrigin::ScriptOrigin().
| int ColumnOffset | ( | ) | const |
Definition at line 215 of file v8-message.h.
Referenced by ScriptCompiler::Source::Source(), and ScriptCompiler::Source::Source().
Definition at line 209 of file v8-message.h.
| int LineOffset | ( | ) | const |
Definition at line 213 of file v8-message.h.
Referenced by ScriptCompiler::Source::Source(), and ScriptCompiler::Source::Source().
|
inline |
Definition at line 91 of file v8-message.h.
Referenced by ScriptCompiler::Source::Source(), and ScriptCompiler::Source::Source().
Definition at line 207 of file v8-message.h.
| int ScriptId | ( | ) | const |
Definition at line 217 of file v8-message.h.
Definition at line 219 of file v8-message.h.