Searched refs:jsPageSpecific (Results 1 – 3 of 3) sorted by relevance
100 if (jsPageSpecific.jsIndexFilePath == nullptr) { in GenerateJsPagePath()101 jsPageSpecific.jsIndexFilePath = const_cast<char *>(JS_INDEX_FILE_PATH); in GenerateJsPagePath()103 len = strlen(jsPageSpecific.jsIndexFilePath); in GenerateJsPagePath()125 err = strcpy_s(jsPagePath_, len, jsPageSpecific.jsIndexFilePath); in GenerateJsPagePath()
57 extern JSPageSpecific jsPageSpecific;
1092 struct JSPageSpecific jsPageSpecific; variable