v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8_inspector::V8DebuggerAgentImpl::CachedScript Struct Reference
Collaboration diagram for v8_inspector::V8DebuggerAgentImpl::CachedScript:

Public Member Functions

size_t size () const
 

Public Attributes

String16 scriptId
 
String16 source
 
std::vector< uint8_t > bytecode
 

Detailed Description

Definition at line 262 of file v8-debugger-agent-impl.h.

Member Function Documentation

◆ size()

size_t v8_inspector::V8DebuggerAgentImpl::CachedScript::size ( ) const
inline

Definition at line 267 of file v8-debugger-agent-impl.h.

Here is the caller graph for this function:

Member Data Documentation

◆ bytecode

std::vector<uint8_t> v8_inspector::V8DebuggerAgentImpl::CachedScript::bytecode

Definition at line 265 of file v8-debugger-agent-impl.h.

◆ scriptId

String16 v8_inspector::V8DebuggerAgentImpl::CachedScript::scriptId

Definition at line 263 of file v8-debugger-agent-impl.h.

◆ source

String16 v8_inspector::V8DebuggerAgentImpl::CachedScript::source

Definition at line 264 of file v8-debugger-agent-impl.h.


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