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

#include <runtime-call-descriptors.h>

Inheritance diagram for v8::internal::compiler::turboshaft::RuntimeCallDescriptor::ThrowAccessedUninitializedVariable:
Collaboration diagram for v8::internal::compiler::turboshaft::RuntimeCallDescriptor::ThrowAccessedUninitializedVariable:

Public Types

using arguments_t = std::tuple<V<Object>>
 
using result_t = Never
 

Static Public Attributes

static constexpr auto kFunction
 
static constexpr bool kNeedsFrameState = true
 
static constexpr Operator::Properties kProperties = Operator::kNoProperties
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::compiler::turboshaft::RuntimeCallDescriptor::Descriptor< ThrowAccessedUninitializedVariable >
static const TSCallDescriptorCreate (Zone *zone, LazyDeoptOnThrow lazy_deopt_on_throw)
 

Detailed Description

Definition at line 246 of file runtime-call-descriptors.h.

Member Typedef Documentation

◆ arguments_t

◆ result_t

Member Data Documentation

◆ kFunction

auto v8::internal::compiler::turboshaft::RuntimeCallDescriptor::ThrowAccessedUninitializedVariable::kFunction
staticconstexpr
Initial value:
=
Runtime::kThrowAccessedUninitializedVariable

Definition at line 248 of file runtime-call-descriptors.h.

◆ kNeedsFrameState

bool v8::internal::compiler::turboshaft::RuntimeCallDescriptor::ThrowAccessedUninitializedVariable::kNeedsFrameState = true
staticconstexpr

Definition at line 255 of file runtime-call-descriptors.h.

◆ kProperties

Operator::Properties v8::internal::compiler::turboshaft::RuntimeCallDescriptor::ThrowAccessedUninitializedVariable::kProperties = Operator::kNoProperties
staticconstexpr

Definition at line 256 of file runtime-call-descriptors.h.


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