Searched refs:wsKey (Results 1 – 1 of 1) sorted by relevance
1071 CFX_WideString wsKey = CFX_WideString::FromUTF8(bsKey); in info() local1073 JS_PutObjectString(isolate,pObj, wsKey, pValueObj->GetUnicodeText()); in info()1075 JS_PutObjectNumber(isolate,pObj, wsKey, (float)pValueObj->GetNumber()); in info()1077 JS_PutObjectBoolean(isolate,pObj, wsKey, (bool)pValueObj->GetInteger()); in info()