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

#include <messages.h>

Collaboration diagram for v8::internal::ErrorUtils::StackPropertyLookupResult:

Public Attributes

MaybeDirectHandle< JSObjecterror_stack_symbol_holder
 
Handle< Objecterror_stack
 

Detailed Description

Definition at line 133 of file messages.h.

Member Data Documentation

◆ error_stack

Handle<Object> v8::internal::ErrorUtils::StackPropertyLookupResult::error_stack

Definition at line 137 of file messages.h.

◆ error_stack_symbol_holder

MaybeDirectHandle<JSObject> v8::internal::ErrorUtils::StackPropertyLookupResult::error_stack_symbol_holder

Definition at line 135 of file messages.h.


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