#include <v8-debugger-script.h>
|
| virtual | ~V8DebuggerScript () |
| |
| | V8DebuggerScript (const V8DebuggerScript &)=delete |
| |
| V8DebuggerScript & | operator= (const V8DebuggerScript &)=delete |
| |
| v8::Local< v8::debug::ScriptSource > | scriptSource () |
| |
| const String16 & | scriptId () const |
| |
| bool | hasSourceURLComment () const |
| |
| const String16 & | sourceURL () const |
| |
| const String16 & | embedderName () const |
| |
| virtual const String16 & | sourceMappingURL () const =0 |
| |
| virtual String16 | source (size_t pos, size_t len=UINT_MAX) const =0 |
| |
| virtual Language | getLanguage () const =0 |
| |
| virtual const String16 & | hash () const =0 |
| |
| virtual String16 | buildId () const =0 |
| |
| virtual int | startLine () const =0 |
| |
| virtual int | startColumn () const =0 |
| |
| virtual int | endLine () const =0 |
| |
| virtual int | endColumn () const =0 |
| |
| virtual int | codeOffset () const =0 |
| |
| int | executionContextId () const |
| |
| virtual bool | isLiveEdit () const =0 |
| |
| virtual bool | isModule () const =0 |
| |
| virtual int | length () const =0 |
| |
| void | setSourceURL (const String16 &) |
| |
| virtual void | setSourceMappingURL (const String16 &)=0 |
| |
| virtual void | setSource (const String16 &source, bool preview, bool allowTopFrameLiveEditing, v8::debug::LiveEditResult *result)=0 |
| |
| virtual bool | getPossibleBreakpoints (const v8::debug::Location &start, const v8::debug::Location &end, bool ignoreNestedFunctions, std::vector< v8::debug::BreakLocation > *locations)=0 |
| |
| virtual void | resetBlackboxedStateCache ()=0 |
| |
| virtual v8::Maybe< int > | offset (int lineNumber, int columnNumber) const =0 |
| |
| virtual v8::debug::Location | location (int offset) const =0 |
| |
| virtual bool | setBreakpoint (const String16 &condition, v8::debug::Location *location, int *id) const =0 |
| |
| virtual void | MakeWeak ()=0 |
| |
| virtual bool | setInstrumentationBreakpoint (int *id) const =0 |
| |
Definition at line 51 of file v8-debugger-script.h.
◆ Language
◆ ~V8DebuggerScript()
| v8_inspector::V8DebuggerScript::~V8DebuggerScript |
( |
| ) |
|
|
virtualdefault |
◆ V8DebuggerScript() [1/2]
◆ V8DebuggerScript() [2/2]
◆ buildId()
| virtual String16 v8_inspector::V8DebuggerScript::buildId |
( |
| ) |
const |
|
pure virtual |
◆ codeOffset()
| virtual int v8_inspector::V8DebuggerScript::codeOffset |
( |
| ) |
const |
|
pure virtual |
◆ Create()
◆ embedderName()
| const String16 & v8_inspector::V8DebuggerScript::embedderName |
( |
| ) |
const |
|
inline |
◆ endColumn()
| virtual int v8_inspector::V8DebuggerScript::endColumn |
( |
| ) |
const |
|
pure virtual |
◆ endLine()
| virtual int v8_inspector::V8DebuggerScript::endLine |
( |
| ) |
const |
|
pure virtual |
◆ executionContextId()
| int v8_inspector::V8DebuggerScript::executionContextId |
( |
| ) |
const |
|
inline |
◆ getLanguage()
| virtual Language v8_inspector::V8DebuggerScript::getLanguage |
( |
| ) |
const |
|
pure virtual |
◆ getPossibleBreakpoints()
◆ hash()
| virtual const String16 & v8_inspector::V8DebuggerScript::hash |
( |
| ) |
const |
|
pure virtual |
◆ hasSourceURLComment()
| bool v8_inspector::V8DebuggerScript::hasSourceURLComment |
( |
| ) |
const |
|
inline |
◆ isLiveEdit()
| virtual bool v8_inspector::V8DebuggerScript::isLiveEdit |
( |
| ) |
const |
|
pure virtual |
◆ isModule()
| virtual bool v8_inspector::V8DebuggerScript::isModule |
( |
| ) |
const |
|
pure virtual |
◆ length()
| virtual int v8_inspector::V8DebuggerScript::length |
( |
| ) |
const |
|
pure virtual |
◆ location()
◆ MakeWeak()
| virtual void v8_inspector::V8DebuggerScript::MakeWeak |
( |
| ) |
|
|
pure virtual |
◆ offset()
| virtual v8::Maybe< int > v8_inspector::V8DebuggerScript::offset |
( |
int | lineNumber, |
|
|
int | columnNumber ) const |
|
pure virtual |
◆ operator=()
◆ resetBlackboxedStateCache()
| virtual void v8_inspector::V8DebuggerScript::resetBlackboxedStateCache |
( |
| ) |
|
|
pure virtual |
◆ script()
◆ scriptId()
| const String16 & v8_inspector::V8DebuggerScript::scriptId |
( |
| ) |
const |
|
inline |
◆ scriptSource()
◆ setBreakpoint()
| virtual bool v8_inspector::V8DebuggerScript::setBreakpoint |
( |
const String16 & | condition, |
|
|
v8::debug::Location * | location, |
|
|
int * | id ) const |
|
pure virtual |
◆ setInstrumentationBreakpoint()
| virtual bool v8_inspector::V8DebuggerScript::setInstrumentationBreakpoint |
( |
int * | id | ) |
const |
|
pure virtual |
◆ setSource()
◆ setSourceMappingURL()
| virtual void v8_inspector::V8DebuggerScript::setSourceMappingURL |
( |
const String16 & | | ) |
|
|
pure virtual |
◆ setSourceURL()
| void v8_inspector::V8DebuggerScript::setSourceURL |
( |
const String16 & | sourceURL | ) |
|
◆ source()
| virtual String16 v8_inspector::V8DebuggerScript::source |
( |
size_t | pos, |
|
|
size_t | len = UINT_MAX ) const |
|
pure virtual |
◆ sourceMappingURL()
| virtual const String16 & v8_inspector::V8DebuggerScript::sourceMappingURL |
( |
| ) |
const |
|
pure virtual |
◆ sourceURL()
| const String16 & v8_inspector::V8DebuggerScript::sourceURL |
( |
| ) |
const |
|
inline |
◆ startColumn()
| virtual int v8_inspector::V8DebuggerScript::startColumn |
( |
| ) |
const |
|
pure virtual |
◆ startLine()
| virtual int v8_inspector::V8DebuggerScript::startLine |
( |
| ) |
const |
|
pure virtual |
◆ m_embedderName
| String16 v8_inspector::V8DebuggerScript::m_embedderName |
|
protected |
◆ m_executionContextId
| int v8_inspector::V8DebuggerScript::m_executionContextId = 0 |
|
protected |
◆ m_hasSourceURLComment
| bool v8_inspector::V8DebuggerScript::m_hasSourceURLComment = false |
|
protected |
◆ m_id
| String16 v8_inspector::V8DebuggerScript::m_id |
|
protected |
◆ m_isolate
◆ m_url
| String16 v8_inspector::V8DebuggerScript::m_url |
|
protected |
The documentation for this class was generated from the following files: