Home
last modified time | relevance | path

Searched refs:val_type (Results 1 – 1 of 1) sorted by last modified time

/unit/src/nodejs/unit-http/
H A Dunit.cpp800 napi_valuetype val_type; in response_send_headers() local
864 val_type = napi.type_of(array_val); in response_send_headers()
866 if (val_type != napi_string) { in response_send_headers()
891 val_type = napi.type_of(value); in response_send_headers()
893 if (val_type != napi_string) { in response_send_headers()