• Home
  • Raw
  • Download

Lines Matching refs:sKey

234         SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_NUMBER,  in UpdateGlobalPersistentVariables()
238 pData->data.sKey.UTF8Decode().c_str(), in UpdateGlobalPersistentVariables()
242 SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_BOOLEAN, 0, in UpdateGlobalPersistentVariables()
246 pData->data.sKey.UTF8Decode().c_str(), in UpdateGlobalPersistentVariables()
250 SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_STRING, 0, in UpdateGlobalPersistentVariables()
254 pData->data.sKey.UTF8Decode().c_str(), in UpdateGlobalPersistentVariables()
263 SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_OBJECT, 0, in UpdateGlobalPersistentVariables()
266 pData->data.sKey.UTF8Decode().c_str(), pObj); in UpdateGlobalPersistentVariables()
270 SetGlobalVariables(pData->data.sKey, JS_GLOBALDATA_TYPE_NULL, 0, false, in UpdateGlobalPersistentVariables()
274 pData->data.sKey.UTF8Decode().c_str()); in UpdateGlobalPersistentVariables()
331 CFX_ByteString sKey = ws.UTF8Encode(); in ObjectToArray() local
338 pObjElement->sKey = sKey; in ObjectToArray()
345 pObjElement->sKey = sKey; in ObjectToArray()
354 pObjElement->sKey = sKey; in ObjectToArray()
361 pObjElement->sKey = sKey; in ObjectToArray()
368 pObjElement->sKey = sKey; in ObjectToArray()
383 FXJS_PutObjectNumber(NULL, pObj, pObjData->sKey.UTF8Decode().c_str(), in PutObjectProperty()
387 FXJS_PutObjectBoolean(NULL, pObj, pObjData->sKey.UTF8Decode().c_str(), in PutObjectProperty()
391 FXJS_PutObjectString(NULL, pObj, pObjData->sKey.UTF8Decode().c_str(), in PutObjectProperty()
399 FXJS_PutObjectObject(NULL, pObj, pObjData->sKey.UTF8Decode().c_str(), in PutObjectProperty()
403 FXJS_PutObjectNull(NULL, pObj, pObjData->sKey.UTF8Decode().c_str()); in PutObjectProperty()