Searched refs:GetGlobalVariable (Results 1 – 2 of 2) sorted by relevance
90 CJS_GlobalData_Element* CJS_GlobalData::GetGlobalVariable( in GetGlobalVariable() function in CJS_GlobalData102 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) { in SetGlobalVariableNumber()120 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) { in SetGlobalVariableBoolean()138 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) { in SetGlobalVariableString()157 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) { in SetGlobalVariableObject()174 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) { in SetGlobalVariableNull()190 CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName); in SetGlobalVariablePersistent()
58 CJS_GlobalData_Element* GetGlobalVariable(const ByteString& sPropname);