![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#include <debug-interface.h>
Public Member Functions | |
| v8::Isolate * | GetIsolate () const |
| ScriptOriginOptions | OriginOptions () const |
| bool | WasCompiled () const |
| bool | IsEmbedded () const |
| int | Id () const |
| int | LineOffset () const |
| int | ColumnOffset () const |
| std::vector< int > | LineEnds () const |
| MaybeLocal< String > | Name () const |
| MaybeLocal< String > | SourceURL () const |
| MaybeLocal< String > | SourceMappingURL () const |
| Maybe< int > | ContextId () const |
| MaybeLocal< String > | Source () const |
| bool | IsWasm () const |
| bool | IsModule () const |
| bool | GetPossibleBreakpoints (const debug::Location &start, const debug::Location &end, bool restrict_to_function, std::vector< debug::BreakLocation > *locations) const |
| int | GetSourceOffset (const debug::Location &location) const |
| v8::debug::Location | GetSourceLocation (int offset) const |
| bool | SetScriptSource (v8::Local< v8::String > newSource, bool preview, LiveEditResult *result) const |
| bool | SetBreakpoint (v8::Local< v8::String > condition, debug::Location *location, BreakpointId *id) const |
Native wrapper around v8::internal::Script object.
Definition at line 108 of file debug-interface.h.