Home | History | Annotate | Download | only in samples

Lines Matching full:program

30 // You may trace its usages in source text to see what parts of program
48 * This sample program should demonstrate certain aspects of debugging
51 * The program reads input stream, processes it line by line and print
55 * The main cycle of the program will sequentially read lines from standard
59 * 1. The main cycle is on C++ side. Program should be run with
69 * 2. The main cycle is in JavaScript. Program should be run with
84 * When run with "-p" argument, the program starts V8 Debugger Agent and
89 * Normally the program compiles custom script and immediately runs it.
91 * run this sample program with "--wait-for-connection" command line parameter.
97 * respond only when V8 is running some script. In particular, when this program