V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#include <liveedit.h>
Static Public Member Functions | |
static void | InitializeThreadLocal (Debug *debug) |
static bool | RestartFrame (JavaScriptFrame *frame) |
static void | CompareStrings (Isolate *isolate, Handle< String > a, Handle< String > b, std::vector< SourceChangeRange > *diffs) |
static int | TranslatePosition (const std::vector< SourceChangeRange > &changed, int position) |
static void | PatchScript (Isolate *isolate, Handle< Script > script, Handle< String > source, bool preview, debug::LiveEditResult *result) |
Static Public Attributes | |
static const bool | kFrameDropperSupported |
Liveedit step-by-step:
Definition at line 57 of file liveedit.h.