Home
last modified time | relevance | path

Searched refs:bRec (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.cpp529 bool bRec = false; in ParseToken() local
530 napi_get_value_bool(env, returnVal, &bRec); in ParseToken()
536 return bRec; in ParseToken()
554 bool bRec = false; in ParseAttri() local
555 napi_get_value_bool(env, returnVal, &bRec); in ParseAttri()
556 if (!bRec) { in ParseAttri()
557 return bRec; in ParseAttri()
601 bool bRec = false; in Parse() local
619 bRec = ParseToken(env, thisVar); in Parse()
621 if (tokenFunc_ && !bRec) { in Parse()
[all …]