Searched refs:patch_pos (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-liveedit-1.js42 var patch_pos = script.source.indexOf(orig_animal); variable
46 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
H A Ddebug-liveedit-2.js50 var patch_pos = script.source.indexOf(orig_animal); variable
58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
H A Ddebug-liveedit-compile-error.js42 var patch_pos = script.source.indexOf(orig_animal); variable
48 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
H A Ddebug-liveedit-patch-positions-replace.js54 var patch_pos = script.source.indexOf(orig_body); variable
62 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_body.length, new_body_patch, change_log);
H A Ddebug-liveedit-literals.js53 var patch_pos = script.source.indexOf(old_expression);
57 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
H A Ddebug-liveedit-stack-padding.js44 var patch_pos = script.source.indexOf(orig_animal); variable
57 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
H A Ddebug-liveedit-check-stack.js51 var patch_pos = script.source.indexOf(orig_animal);
63 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
H A Ddebug-liveedit-patch-positions.js88 var patch_pos = script.source.indexOf(orig_string);
93 patch_pos,

Completed in 2149 milliseconds