Lines Matching refs:kNormal
179 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in Init()
198 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in Init()
241 NewStringType::kNormal).ToLocalChecked()); in GetTimeouts()
254 NewStringType::kNormal).ToLocalChecked()); in GetTimeouts()
300 String::NewFromUtf8(isolate, strerror(err), NewStringType::kNormal) in ChildLaunchedOK()
321 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal) in GetStdout()
338 NewStringType::kNormal).ToLocalChecked()); in GetStdout()
352 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, length) in GetStdout()
403 NewStringType::kNormal).ToLocalChecked()); in WaitForChild()
415 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in WaitForChild()
426 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in WaitForChild()
443 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in WaitForChild()
455 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in WaitForChild()
478 NewStringType::kNormal).ToLocalChecked()); in System()
488 NewStringType::kNormal).ToLocalChecked()); in System()
494 NewStringType::kNormal).ToLocalChecked()); in System()
511 NewStringType::kNormal).ToLocalChecked()); in System()
517 NewStringType::kNormal).ToLocalChecked()); in System()
561 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in ChangeDirectory()
569 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in ChangeDirectory()
576 NewStringType::kNormal).ToLocalChecked()); in ChangeDirectory()
586 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in SetUMask()
603 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in SetUMask()
615 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal) in CheckItsADirectory()
621 String::NewFromUtf8(isolate, strerror(EEXIST), NewStringType::kNormal) in CheckItsADirectory()
638 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal) in mkdirp()
651 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal) in mkdirp()
656 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal) in mkdirp()
674 NewStringType::kNormal).ToLocalChecked()); in MakeDirectory()
680 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in MakeDirectory()
688 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in MakeDirectory()
700 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in RemoveDirectory()
708 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in RemoveDirectory()
720 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in SetEnvironment()
730 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in SetEnvironment()
738 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in SetEnvironment()
750 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in UnsetEnvironment()
759 String::NewFromUtf8(args.GetIsolate(), message, NewStringType::kNormal) in UnsetEnvironment()
768 os_templ->Set(String::NewFromUtf8(isolate, "system", NewStringType::kNormal) in AddOSMethods()
771 os_templ->Set(String::NewFromUtf8(isolate, "chdir", NewStringType::kNormal) in AddOSMethods()
774 os_templ->Set(String::NewFromUtf8(isolate, "setenv", NewStringType::kNormal) in AddOSMethods()
777 os_templ->Set(String::NewFromUtf8(isolate, "unsetenv", NewStringType::kNormal) in AddOSMethods()
780 os_templ->Set(String::NewFromUtf8(isolate, "umask", NewStringType::kNormal) in AddOSMethods()
783 os_templ->Set(String::NewFromUtf8(isolate, "mkdirp", NewStringType::kNormal) in AddOSMethods()
786 os_templ->Set(String::NewFromUtf8(isolate, "rmdir", NewStringType::kNormal) in AddOSMethods()