Lines Matching refs:pRuntime
20 void CJS_GlobalConsts::DefineJSObjects(CJS_Runtime* pRuntime) { in DefineJSObjects() argument
21 GLOBAL_STRING(pRuntime, L"IDS_GREATER_THAN", in DefineJSObjects()
24 GLOBAL_STRING(pRuntime, L"IDS_GT_AND_LT", in DefineJSObjects()
28 GLOBAL_STRING(pRuntime, L"IDS_LESS_THAN", in DefineJSObjects()
31 GLOBAL_STRING(pRuntime, L"IDS_INVALID_MONTH", "**Invalid**"); in DefineJSObjects()
33 pRuntime, L"IDS_INVALID_DATE", in DefineJSObjects()
36 GLOBAL_STRING(pRuntime, L"IDS_INVALID_VALUE", in DefineJSObjects()
39 GLOBAL_STRING(pRuntime, L"IDS_AM", "am"); in DefineJSObjects()
40 GLOBAL_STRING(pRuntime, L"IDS_PM", "pm"); in DefineJSObjects()
41 GLOBAL_STRING(pRuntime, L"IDS_MONTH_INFO", in DefineJSObjects()
48 GLOBAL_STRING(pRuntime, L"IDS_STARTUP_CONSOLE_MSG", "** ^ _ ^ **"); in DefineJSObjects()