Searched refs:bRec (Results 1 – 1 of 1) sorted by relevance
529 bool bRec = false; in ParseToken() local530 napi_get_value_bool(env, returnVal, &bRec); in ParseToken()536 return bRec; in ParseToken()554 bool bRec = false; in ParseAttri() local555 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() local619 bRec = ParseToken(env, thisVar); in Parse()621 if (tokenFunc_ && !bRec) { in Parse()[all …]