Home | History | Annotate | Download | only in parser

Lines Matching refs:bRet

171   bool bRet = m_JsContext->ExecuteScript(btScript.c_str(), hRetValue, pValue);
174 return bRet;
303 bool bRet = lpScriptContext->QueryNodeByFlag(
305 if (bRet) {
312 bRet = lpScriptContext->QueryNodeByFlag(
315 if (bRet) {
321 bRet = lpScriptContext->QueryVariableValue(ToNode(pScriptObject),
324 if (!bRet) {
500 bool bRet =
503 return bRet;