v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
|
#include <v8-message.h>
Public Member Functions | |
V8_INLINE | ScriptOrigin (Isolate *isolate, 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 | 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 62 of file v8-message.h.
|
inline |
Definition at line 65 of file v8-message.h.
|
inline |
Definition at line 85 of file v8-message.h.
int ColumnOffset | ( | ) | const |
Definition at line 225 of file v8-message.h.
Definition at line 219 of file v8-message.h.
int LineOffset | ( | ) | const |
Definition at line 223 of file v8-message.h.
|
inline |
Definition at line 111 of file v8-message.h.
Definition at line 217 of file v8-message.h.
int ScriptId | ( | ) | const |
Definition at line 227 of file v8-message.h.
Definition at line 229 of file v8-message.h.