Lines Matching refs:newParams
1276 std::vector<v8::Local<v8::Value>> newParams; in AFDate_Format() local
1277 newParams.push_back(pRuntime->NewString(cFormats[iIndex])); in AFDate_Format()
1278 return AFDate_FormatEx(pRuntime, newParams); in AFDate_Format()
1305 std::vector<v8::Local<v8::Value>> newParams; in AFDate_Keystroke() local
1306 newParams.push_back(pRuntime->NewString(cFormats[iIndex])); in AFDate_Keystroke()
1307 return AFDate_KeystrokeEx(pRuntime, newParams); in AFDate_Keystroke()
1322 std::vector<v8::Local<v8::Value>> newParams; in AFTime_Format() local
1323 newParams.push_back(pRuntime->NewString(cFormats[iIndex])); in AFTime_Format()
1324 return AFDate_FormatEx(pRuntime, newParams); in AFTime_Format()
1338 std::vector<v8::Local<v8::Value>> newParams; in AFTime_Keystroke() local
1339 newParams.push_back(pRuntime->NewString(cFormats[iIndex])); in AFTime_Keystroke()
1340 return AFDate_KeystrokeEx(pRuntime, newParams); in AFTime_Keystroke()