Searched refs:REMOVE_STICKY_MAX_PARA (Results 1 – 2 of 2) sorted by relevance
1182 size_t argc = REMOVE_STICKY_MAX_PARA; in ParseParametersByRemoveSticky()1183 napi_value argv[REMOVE_STICKY_MAX_PARA] = {nullptr}; in ParseParametersByRemoveSticky()1185 if (argc < REMOVE_STICKY_MAX_PARA - 1) { in ParseParametersByRemoveSticky()1217 if (argc >= REMOVE_STICKY_MAX_PARA) { in ParseParametersByRemoveSticky()
38 static const int8_t REMOVE_STICKY_MAX_PARA = 2; variable