Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dunit.cpp794 napi_valuetype val_type; in response_send_headers() local
858 val_type = napi.type_of(array_val); in response_send_headers()
860 if (val_type != napi_string) { in response_send_headers()
885 val_type = napi.type_of(value); in response_send_headers()
887 if (val_type != napi_string) { in response_send_headers()