![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <deoptimization-data.h>
Public Member Functions | |
| Iterator (Tagged< DeoptimizationFrameTranslation > buffer, int index) | |
Public Member Functions inherited from v8::internal::DeoptTranslationIterator | |
| DeoptTranslationIterator (base::Vector< const uint8_t > buffer, int index) | |
| int32_t | NextOperand () |
| uint32_t | NextOperandUnsigned () |
| DeoptimizationFrameTranslation::FrameCount | EnterBeginOpcode () |
| TranslationOpcode | NextOpcode () |
| TranslationOpcode | SeekNextJSFrame () |
| TranslationOpcode | SeekNextFrame () |
| bool | HasNextOpcode () const |
| void | SkipOperands (int n) |
Public Attributes | |
| DisallowGarbageCollection | no_gc_ |
Definition at line 249 of file deoptimization-data.h.
| v8::internal::DeoptimizationFrameTranslation::Iterator::Iterator | ( | Tagged< DeoptimizationFrameTranslation > | buffer, |
| int | index ) |
Definition at line 223 of file deoptimization-data.cc.
| DisallowGarbageCollection v8::internal::DeoptimizationFrameTranslation::Iterator::no_gc_ |
Definition at line 253 of file deoptimization-data.h.