V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#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< Value > source_map_url=Local< Value >(), Local< Boolean > resource_is_opaque=Local< Boolean >(), Local< Boolean > is_wasm=Local< Boolean >(), Local< Boolean > is_module=Local< Boolean >(), Local< PrimitiveArray > host_defined_options=Local< PrimitiveArray >()) |
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 Local< PrimitiveArray > | HostDefinedOptions () const |
V8_INLINE ScriptOriginOptions | Options () const |