![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <source-position.h>
Public Attributes | |
| int | inlinee_func_index |
| bool | was_tail_call |
| SourcePosition | caller_pos |
Definition at line 174 of file source-position.h.
| SourcePosition v8::internal::WasmInliningPosition::caller_pos |
Definition at line 180 of file source-position.h.
| int v8::internal::WasmInliningPosition::inlinee_func_index |
Definition at line 176 of file source-position.h.
| bool v8::internal::WasmInliningPosition::was_tail_call |
Definition at line 178 of file source-position.h.