Home
last modified time | relevance | path

Searched refs:LiveEdit (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/
Ddebug-liveedit-utils.js39 var NoChunkTranslator = new Debug.LiveEdit.TestApi.PosTranslator([]);
46 var SingleChunkTranslator = new Debug.LiveEdit.TestApi.PosTranslator([20, 30, 25]);
83 var MultiChunkTranslator = new Debug.LiveEdit.TestApi.PosTranslator([10, 20, 15, 40, 40, 50, 60, 70…
Ddebug-liveedit-patch-positions.js65 var pc = Debug.LiveEdit.GetPcFromSourcePos(func, positions[i]);
92 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script,
Ddebug-liveedit-check-stack.js63 …Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_pat…
79 if (e instanceof Debug.LiveEdit.Failure) {
Ddebug-liveedit-1.js46 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patc…
Ddebug-liveedit-2.js58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patc…
Ddebug-liveedit-4.js61 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
Ddebug-liveedit-compile-error.js48 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
Ddebug-liveedit-3.js60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
Ddebug-liveedit-patch-positions-replace.js62 …Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_body.length, new_body_patch, …
Ddebug-liveedit-newsource.js60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
Ddebug-liveedit-literals.js57 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
Ddebug-liveedit-stack-padding.js57 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
Ddebug-liveedit-double-call.js97 Debug.LiveEdit.SetScriptSource(script, script_text_generator.get(),
/external/v8/test/mjsunit/
Ddebug-liveedit-utils.js39 var NoChunkTranslator = new Debug.LiveEdit.TestApi.PosTranslator([]);
46 var SingleChunkTranslator = new Debug.LiveEdit.TestApi.PosTranslator([20, 30, 25]);
83 var MultiChunkTranslator = new Debug.LiveEdit.TestApi.PosTranslator([10, 20, 15, 40, 40, 50, 60, 70…
Ddebug-liveedit-patch-positions.js65 var pc = Debug.LiveEdit.GetPcFromSourcePos(func, positions[i]);
92 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script,
Ddebug-liveedit-check-stack.js63 …Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_pat…
79 if (e instanceof Debug.LiveEdit.Failure) {
Ddebug-liveedit-1.js46 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patc…
Ddebug-liveedit-2.js58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patc…
Ddebug-liveedit-3.js60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
Ddebug-liveedit-patch-positions-replace.js62 …Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_body.length, new_body_patch, …
Ddebug-liveedit-newsource.js60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
Ddebug-liveedit-breakpoints.js77 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
/external/chromium_org/v8/src/
Dliveedit.cc586 Handle<JSArray> LiveEdit::CompareStrings(Handle<String> s1, in CompareStrings()
937 JSArray* LiveEdit::GatherCompileInfo(Handle<Script> script, in GatherCompileInfo()
1004 void LiveEdit::WrapSharedFunctionInfos(Handle<JSArray> array) { in WrapSharedFunctionInfos()
1288 MaybeObject* LiveEdit::ReplaceFunctionCode( in ReplaceFunctionCode()
1339 MaybeObject* LiveEdit::FunctionSourceUpdated( in FunctionSourceUpdated()
1358 void LiveEdit::SetFunctionScript(Handle<JSValue> function_wrapper, in SetFunctionScript()
1531 MaybeObject* LiveEdit::PatchFunctionPositions( in PatchFunctionPositions()
1596 Object* LiveEdit::ChangeScriptSource(Handle<Script> original_script, in ChangeScriptSource()
1621 void LiveEdit::ReplaceRefToNestedFunction( in ReplaceRefToNestedFunction()
1648 LiveEdit::FunctionPatchabilityStatus status) { in CheckActivation()
[all …]
/external/v8/src/
Dliveedit.cc579 Handle<JSArray> LiveEdit::CompareStrings(Handle<String> s1, in CompareStrings()
892 JSArray* LiveEdit::GatherCompileInfo(Handle<Script> script, in GatherCompileInfo()
909 void LiveEdit::WrapSharedFunctionInfos(Handle<JSArray> array) { in WrapSharedFunctionInfos()
1073 MaybeObject* LiveEdit::ReplaceFunctionCode( in ReplaceFunctionCode()
1121 MaybeObject* LiveEdit::FunctionSourceUpdated( in FunctionSourceUpdated()
1139 void LiveEdit::SetFunctionScript(Handle<JSValue> function_wrapper, in SetFunctionScript()
1300 MaybeObject* LiveEdit::PatchFunctionPositions( in PatchFunctionPositions()
1362 Object* LiveEdit::ChangeScriptSource(Handle<Script> original_script, in ChangeScriptSource()
1386 void LiveEdit::ReplaceRefToNestedFunction( in ReplaceRefToNestedFunction()
1413 LiveEdit::FunctionPatchabilityStatus status) { in CheckActivation()
[all …]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDebuggerScript.js251 var result = Debug.LiveEdit.SetScriptSource(scriptToEdit, newSource, preview, changeLog);
254 if (e instanceof Debug.LiveEdit.Failure && "details" in e) {
359 return Debug.LiveEdit.RestartFrame(frameMirror);

12