OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:change_log
(Results
1 - 16
of
16
) sorted by null
/external/v8/test/mjsunit/
debug-liveedit-2.js
57
var
change_log
= new Array();
58
Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch,
change_log
);
59
print("Change log: " + JSON.stringify(
change_log
) + "\n");
debug-liveedit-3.js
59
var
change_log
= new Array();
60
var result = Debug.LiveEdit.SetScriptSource(script, new_source, false,
change_log
);
62
print("Change log: " + JSON.stringify(
change_log
) + "\n");
debug-liveedit-4.js
60
var
change_log
= new Array();
61
var result = Debug.LiveEdit.SetScriptSource(script, new_source, false,
change_log
);
64
print("Change log: " + JSON.stringify(
change_log
) + "\n");
debug-liveedit-stack-padding.js
55
var
change_log
= new Array();
58
orig_animal.length, new_animal_patch,
change_log
);
60
print("Change log: " + JSON.stringify(
change_log
) + "\n");
debug-liveedit-1.js
45
var
change_log
= new Array();
46
Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch,
change_log
);
debug-liveedit-breakpoints.js
76
var
change_log
= new Array();
77
var result = Debug.LiveEdit.SetScriptSource(script, new_source, false,
change_log
);
79
print("Change log: " + JSON.stringify(
change_log
) + "\n");
debug-liveedit-check-stack.js
61
var
change_log
= new Array();
63
Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch,
change_log
);
65
print("Change log: " + JSON.stringify(
change_log
) + "\n");
debug-liveedit-newsource.js
67
var
change_log
= new Array();
68
var result = Debug.LiveEdit.SetScriptSource(script, new_source, false,
change_log
);
70
print("Change log: " + JSON.stringify(
change_log
) + "\n");
debug-liveedit-patch-positions-replace.js
60
var
change_log
= new Array();
62
Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_body.length, new_body_patch,
change_log
);
63
print("Change log: " + JSON.stringify(
change_log
) + "\n");
debug-liveedit-compile-error.js
45
var
change_log
= new Array();
49
orig_animal.length, new_animal_patch,
change_log
);
debug-liveedit-literals.js
56
var
change_log
= new Array();
58
old_expression.length, new_expression,
change_log
);
debug-liveedit-patch-positions.js
90
var
change_log
= new Array();
96
change_log
);
98
print("Change log: " + JSON.stringify(
change_log
) + "\n");
/external/v8/src/
liveedit-debugger.js
33
change_log
) {
147
CheckStackActivations(replaced_function_infos,
change_log
);
158
var break_points_restorer = TemporaryRemoveBreakPoints(script,
change_log
);
176
change_log
.push( { linked_to_old_script: link_to_old_script_report } );
194
PatchFunctionCode(replace_code_list[i],
change_log
);
198
change_log
.push( {position_patched: position_patch_report} );
300
function PatchFunctionCode(old_node,
change_log
) {
332
change_log
.push( {function_patched: new_info.function_name} );
334
change_log
.push( {function_patched: new_info.function_name,
359
function TemporaryRemoveBreakPoints(original_script,
change_log
) {
[
all
...]
debug-debugger.js
[
all
...]
/external/markdown/docs/
release-2.0.txt
66
See the [[
change_log
]] for a full list of changes.
/external/v8/tools/push-to-trunk/
test_scripts.py
625
def _TestSquashCommits(self,
change_log
, expected_msg):
628
f.write(
change_log
)
645
change_log
= """1999-11-11: Version 3.22.5
656
self._TestSquashCommits(
change_log
, commit_msg)
659
change_log
= """1999-11-11: Version 3.22.5
670
self._TestSquashCommits(
change_log
, commit_msg)
673
change_log
= """Line with "quotation marks".\n"""
675
self._TestSquashCommits(
change_log
, commit_msg)
719
change_log
= FileToText(TEST_CONFIG["CHANGELOG_FILE"])
731
change_log
)
[
all
...]
Completed in 798 milliseconds