Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dunit.cpp939 napi_valuetype buf_type; in response_write() local
953 buf_type = napi.type_of(argv[0]); in response_write()
957 if (buf_type == napi_string) { in response_write()