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

#include <source-position.h>

Collaboration diagram for v8::internal::WasmInliningPosition:

Public Attributes

int inlinee_func_index
 
bool was_tail_call
 
SourcePosition caller_pos
 

Detailed Description

Definition at line 174 of file source-position.h.

Member Data Documentation

◆ caller_pos

SourcePosition v8::internal::WasmInliningPosition::caller_pos

Definition at line 180 of file source-position.h.

◆ inlinee_func_index

int v8::internal::WasmInliningPosition::inlinee_func_index

Definition at line 176 of file source-position.h.

◆ was_tail_call

bool v8::internal::WasmInliningPosition::was_tail_call

Definition at line 178 of file source-position.h.


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