Home | History | Annotate | Download | only in src

Lines Matching refs:NewFromUtf8

179           String::NewFromUtf8(isolate, message, NewStringType::kNormal)
198 String::NewFromUtf8(isolate, message, NewStringType::kNormal)
239 String::NewFromUtf8(args.GetIsolate(),
252 String::NewFromUtf8(args.GetIsolate(),
300 String::NewFromUtf8(isolate, strerror(err), NewStringType::kNormal)
321 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal)
337 String::NewFromUtf8(isolate, "Timed out waiting for output",
352 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, length)
401 String::NewFromUtf8(isolate,
415 String::NewFromUtf8(isolate, message, NewStringType::kNormal)
426 String::NewFromUtf8(isolate, message, NewStringType::kNormal)
443 String::NewFromUtf8(isolate, message, NewStringType::kNormal)
455 String::NewFromUtf8(isolate, message, NewStringType::kNormal)
476 String::NewFromUtf8(args.GetIsolate(),
487 String::NewFromUtf8
493 String::NewFromUtf8(args.GetIsolate(), "Too few arguments to system()",
510 String::NewFromUtf8(args.GetIsolate(), "pipe syscall failed.",
516 String::NewFromUtf8(args.GetIsolate(), "pipe syscall failed.",
558 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal)
566 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal)
572 String::NewFromUtf8(args.GetIsolate(), strerror(errno),
583 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal)
600 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal)
612 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal)
618 String::NewFromUtf8(isolate, strerror(EEXIST), NewStringType::kNormal)
635 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal)
648 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal)
653 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal)
670 String::NewFromUtf8(args.GetIsolate(), message,
677 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal)
685 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal)
697 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal)
705 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal)
717 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal)
727 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal)
735 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal)
747 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal)
756 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal)
765 os_templ->Set(String::NewFromUtf8(isolate, "system", NewStringType::kNormal)
768 os_templ->Set(String::NewFromUtf8(isolate, "chdir", NewStringType::kNormal)
771 os_templ->Set(String::NewFromUtf8(isolate, "setenv", NewStringType::kNormal)
774 os_templ->Set(String::NewFromUtf8(isolate, "unsetenv", NewStringType::kNormal)
777 os_templ->Set(String::NewFromUtf8(isolate, "umask", NewStringType::kNormal)
780 os_templ->Set(String::NewFromUtf8(isolate, "mkdirp", NewStringType::kNormal)
783 os_templ->Set(String::NewFromUtf8(isolate, "rmdir", NewStringType::kNormal)