![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <liveedit.h>
Static Public Member Functions | |
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, bool allow_top_frame_live_editing, debug::LiveEditResult *result) |
Liveedit step-by-step:
Definition at line 57 of file liveedit.h.
|
static |
Definition at line 1084 of file liveedit.cc.
|
static |
Definition at line 834 of file liveedit.cc.
|
static |
Definition at line 1102 of file liveedit.cc.