Lines Matching refs:print
98 Evaluate the expression and print the value
402 function print(value, addNewline = true) {
404 return inspector.print(text, addNewline);
435 print(formatScripts(displayNatives));
463 print('Saved profile to ' + absoluteFile);
676 return PromisePrototypeThen(formatWatchers(verbose), print);
685 print("You can't list source code right now");
696 print(`The contextLine has been changed to ${delta}.`);
719 print('No breakpoints yet');
734 print(breaklist);
743 print(`Warning: script '${script}' was not loaded yet.`);
805 print('Script name is ambiguous');
809 print('Line should be a positive value');
855 print(`Could not find breakpoint at ${url}:${line}`);
877 print(`${newBreakpoints.length} breakpoints restored.`);
916 print(`${header}\n${breakContext}`);
938 print(
957 return print(HELP);
1023 print(
1034 print('Heap snapshot prepared.');
1036 print(`Heap snapshot: ${done}/${total}`, false);
1043 print(`Writing snapshot: ${sizeWritten}`, false);
1049 print(`Wrote snapshot: ${absoluteFile}`);
1069 print('Heap snapshot: 0/0', false);
1144 print('Press Ctrl+C to leave debug repl');
1154 print(result.value);