Home | History | Annotate | Download | only in cpp

Lines Matching refs:Print

74 // A javascript print function
75 v8::Handle<v8::Value> Print(const v8::Arguments& args) {
248 // add the function template for print to it.
253 global->Set(v8::String::New("print"), v8::FunctionTemplate::New(Print));
313 " print('gRadioState=' + gRadioState);\n"
316 "print('last gRadioState=' + gRadioState);\n");
330 " print('msSleep ' + sleeptime);\n"
343 runJs(context, &try_catch, "local-string", "print(\"Hello\")");
369 " print(\"Hi there\");\n"
399 "print(\"fileContents:\\n\" + fileContents);\n"
401 "print(\"buffer.length=\" + buffer.length);\n");