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

#include <debug-objects.h>

Inheritance diagram for v8::internal::StackTraceInfo:
Collaboration diagram for v8::internal::StackTraceInfo:

Public Types

using BodyDescriptor = StructBodyDescriptor
 

Public Member Functions

NEVER_READ_ONLY_SPACE int length () const
 
Tagged< StackFrameInfoget (int index) const
 

Detailed Description

Definition at line 239 of file debug-objects.h.

Member Typedef Documentation

◆ BodyDescriptor

Member Function Documentation

◆ get()

Tagged< StackFrameInfo > v8::internal::StackTraceInfo::get ( int index) const

Definition at line 424 of file debug-objects.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ length()

int v8::internal::StackTraceInfo::length ( ) const

Definition at line 422 of file debug-objects.cc.


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