Lines Matching refs:kNormal
170 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in Init()
189 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in Init()
232 NewStringType::kNormal).ToLocalChecked()); in GetTimeouts()
245 NewStringType::kNormal).ToLocalChecked()); in GetTimeouts()
291 String::NewFromUtf8(isolate, strerror(err), NewStringType::kNormal) in ChildLaunchedOK()
312 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal) in GetStdout()
329 NewStringType::kNormal).ToLocalChecked()); in GetStdout()
343 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, length) in GetStdout()
394 NewStringType::kNormal).ToLocalChecked()); in WaitForChild()
406 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in WaitForChild()
417 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in WaitForChild()
434 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in WaitForChild()
446 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in WaitForChild()
469 NewStringType::kNormal).ToLocalChecked()); in System()
479 NewStringType::kNormal).ToLocalChecked()); in System()
485 NewStringType::kNormal).ToLocalChecked()); in System()
502 NewStringType::kNormal).ToLocalChecked()); in System()
508 NewStringType::kNormal).ToLocalChecked()); in System()
549 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in ChangeDirectory()
557 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in ChangeDirectory()
564 NewStringType::kNormal).ToLocalChecked()); in ChangeDirectory()
574 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in SetUMask()
586 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in SetUMask()
598 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal) in CheckItsADirectory()
604 String::NewFromUtf8(isolate, strerror(EEXIST), NewStringType::kNormal) in CheckItsADirectory()
621 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal) in mkdirp()
634 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal) in mkdirp()
639 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal) in mkdirp()
657 NewStringType::kNormal).ToLocalChecked()); in MakeDirectory()
663 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in MakeDirectory()
671 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in MakeDirectory()
683 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in RemoveDirectory()
691 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in RemoveDirectory()
703 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in SetEnvironment()
713 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in SetEnvironment()
721 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in SetEnvironment()
733 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in UnsetEnvironment()
742 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in UnsetEnvironment()
853 os_templ->Set(String::NewFromUtf8(isolate, "system", NewStringType::kNormal) in AddOSMethods()
857 os_templ->Set(String::NewFromUtf8(isolate, "chdir", NewStringType::kNormal) in AddOSMethods()
860 os_templ->Set(String::NewFromUtf8(isolate, "setenv", NewStringType::kNormal) in AddOSMethods()
863 os_templ->Set(String::NewFromUtf8(isolate, "unsetenv", NewStringType::kNormal) in AddOSMethods()
866 os_templ->Set(String::NewFromUtf8(isolate, "umask", NewStringType::kNormal) in AddOSMethods()
869 os_templ->Set(String::NewFromUtf8(isolate, "mkdirp", NewStringType::kNormal) in AddOSMethods()
872 os_templ->Set(String::NewFromUtf8(isolate, "rmdir", NewStringType::kNormal) in AddOSMethods()