v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::debug::DisassemblyCollector Class Referenceabstract

#include <debug-interface.h>

Inheritance diagram for v8::debug::DisassemblyCollector:
Collaboration diagram for v8::debug::DisassemblyCollector:

Public Member Functions

virtual void ReserveLineCount (size_t count)=0
 
virtual void AddLine (const char *src, size_t length, uint32_t bytecode_offset)=0
 

Detailed Description

Definition at line 246 of file debug-interface.h.

Member Function Documentation

◆ AddLine()

virtual void v8::debug::DisassemblyCollector::AddLine ( const char * src,
size_t length,
uint32_t bytecode_offset )
pure virtual

Implemented in v8_inspector::DisassemblyCollectorImpl.

Here is the caller graph for this function:

◆ ReserveLineCount()

virtual void v8::debug::DisassemblyCollector::ReserveLineCount ( size_t count)
pure virtual

Implemented in v8_inspector::DisassemblyCollectorImpl.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: