Searched refs:new_source (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/debug/ |
D | liveedit.js | 47 function ApplyPatchMultiChunk(script, diff_array, new_source, preview_only, argument 69 new_compile_info = GatherCompileInfo(new_source, script); 132 new_len: new_source.length, 182 %LiveEditReplaceScript(script, new_source, null); 189 old_script = %LiveEditReplaceScript(script, new_source, 1016 function SetScriptSource(script, new_source, preview_only, change_log) { argument 1018 var diff = CompareStrings(old_source, new_source); 1019 return ApplyPatchMultiChunk(script, diff, new_source, preview_only, 1040 var new_source = old_source.substring(0, change_pos) + 1045 new_source, false, change_log);
|
D | liveedit.h | 99 Handle<String> new_source,
|
D | debug.js | 2213 if (!IS_STRING(request.arguments.new_source)) { 2217 var new_source = request.arguments.new_source; 2222 new_source, preview_only, change_log);
|
D | liveedit.cc | 1185 Handle<String> new_source, in ChangeScriptSource() argument 1198 original_script->set_source(*new_source); in ChangeScriptSource()
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
D | script_injector_test.py | 74 new_source, just_injected = _wrap_inject_script( 76 self.assertEqual(new_source, source)
|
/external/v8/src/runtime/ |
D | runtime-liveedit.cc | 86 CONVERT_ARG_HANDLE_CHECKED(String, new_source, 1); in RUNTIME_FUNCTION() 93 original_script, new_source, old_script_name); in RUNTIME_FUNCTION()
|