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

  /external/v8/src/
liveedit.h 60 // actually records any data only when liveedit operation is in process;
85 class LiveEdit : AllStatic {
126 // A copy of this is in liveedit-debugger.js.
liveedit.cc 31 #include "liveedit.h"
377 // TODO(LiveEdit): Currently it's actually an array of charactres.
579 Handle<JSArray> LiveEdit::CompareStrings(Handle<String> s1,
892 JSArray* LiveEdit::GatherCompileInfo(Handle<Script> script,
909 void LiveEdit::WrapSharedFunctionInfos(Handle<JSArray> array) {
    [all...]
liveedit-debugger.js 28 // LiveEdit feature implementation. The script should be executed after
31 // A LiveEdit namespace. It contains functions that modifies JavaScript code
44 // LiveEdit namespace is declared inside a single function constructor.
45 Debug.LiveEdit = new function() {
207 // TODO(LiveEdit): take into account wether it's source_changed or
236 // TODO(LiveEdit): consider not using actual scripts as script, because
249 // LiveEdit itself believe that any function in heap that points to a
318 // expects this; neither does LiveEdit subsystem on next call).
377 // TODO(LiveEdit): be careful with resource offset here.
852 // TODO(LiveEdit): function is not compiled yet or is already collected
    [all...]
debug-debugger.js     [all...]
runtime.cc 49 #include "liveedit.h"
    [all...]
  /external/v8/test/mjsunit/
debug-liveedit-check-stack.js 63 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
79 if (e instanceof Debug.LiveEdit.Failure) {
debug-liveedit-patch-positions.js 65 var pc = Debug.LiveEdit.GetPcFromSourcePos(func, positions[i]);
92 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script,
debug-liveedit-1.js 46 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
debug-liveedit-2.js 58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
debug-liveedit-3.js 60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
debug-liveedit-breakpoints.js 77 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
debug-liveedit-newsource.js 60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
debug-liveedit-diff.js 34 var diff_array = Debug.LiveEdit.TestApi.CompareStrings(s1, s2);
debug-liveedit-patch-positions-replace.js 62 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_body.length, new_body_patch, change_log);
  /external/webkit/Source/WebCore/bindings/v8/
DebuggerScript.js 179 Debug.LiveEdit.SetScriptSource(scriptToEdit, newSource, false, changeLog);

Completed in 753 milliseconds