Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dunit.cpp792 bool is_array; in response_send_headers() local
856 is_array = napi.is_array(value); in response_send_headers()
858 if (is_array) { in response_send_headers()
H A Dnxt_napi.h411 is_array(napi_value val) in is_array() function