Searched defs:LiveEdit (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/test/mjsunit/es6/
H A Dgenerators-debug-liveedit.js8 var LiveEdit = Debug.LiveEdit; variable
51 LiveEdit.TestApi.ApplySingleChunkPatch(script, pos, from.length, to,
70 LiveEdit.Failure);
90 LiveEdit.Failure);
109 LiveEdit.Failure);
/external/chromium_org/v8/src/
H A Dliveedit.h59 class LiveEdit : AllStatic { class in namespace:v8::internal
151 * internal frame that has a flexible stack structure. LiveEdit can shift
158 * LiveEdit routine frames
179 // A number of words that should be reserved on stack for the LiveEdit use.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
H A DWorkspace.js298 return this._projectDelegate.type() === WebInspector.projectTypes.Debugger || this._projectDelegate.type() === WebInspector.projectTypes.Formatter || this._projectDelegate.type() === WebInspector.projectTypes.LiveEdit;
566 LiveEdit: "liveedit",

Completed in 73 milliseconds