![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| FrameWriter (Deoptimizer *deoptimizer, FrameDescription *frame, CodeTracer::Scope *trace_scope) | |
| void | PushRawValue (intptr_t value, const char *debug_hint) |
| void | PushRawObject (Object *obj, const char *debug_hint) |
| void | PushCallerPc (intptr_t pc) |
| void | PushCallerFp (intptr_t fp) |
| void | PushCallerConstantPool (intptr_t cp) |
| void | PushTranslatedValue (const TranslatedFrame::iterator &iterator, const char *debug_hint="") |
| unsigned | top_offset () const |
Static Public Attributes | |
| static const int | NO_INPUT_INDEX = -1 |
Definition at line 34 of file deoptimizer.cc.