Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dunit.cpp864 val_type = napi.type_of(array_val); in response_send_headers()
891 val_type = napi.type_of(value); in response_send_headers()
959 buf_type = napi.type_of(argv[0]); in response_write()
H A Dnxt_napi.h688 type_of(napi_value val) in type_of() function