HomeSort by relevance Sort by last modified time
    Searched defs:LiveEdit (Results 1 - 3 of 3) sorted by null

  /external/v8/test/mjsunit/es6/
generators-debug-liveedit.js 8 var LiveEdit = Debug.LiveEdit;
51 LiveEdit.TestApi.ApplySingleChunkPatch(script, pos, from.length, to,
70 LiveEdit.Failure);
90 LiveEdit.Failure);
109 LiveEdit.Failure);
  /external/v8/src/debug/
liveedit.js 5 // LiveEdit feature implementation. The script should be executed after
8 // A LiveEdit namespace. It contains functions that modifies JavaScript code
21 // LiveEdit namespace is declared inside a single function constructor.
218 // TODO(LiveEdit): take into account whether it's source_changed or
244 // TODO(LiveEdit): consider not using actual scripts as script, because
257 // LiveEdit itself believe that any function in heap that points to a
326 // expects this; neither does LiveEdit subsystem on next call).
385 // TODO(LiveEdit): be careful with resource offset here.
872 // TODO(LiveEdit): function is not compiled yet or is already collected.
    [all...]
liveedit.h 36 // actually records any data only when liveedit operation is in process;
58 class LiveEdit : AllStatic {
125 // A copy of this is in liveedit.js.
148 * internal frame that has a flexible stack structure. LiveEdit can shift
155 * LiveEdit routine frames
177 // A number of words that should be reserved on stack for the LiveEdit use.

Completed in 77 milliseconds