Home
last modified time | relevance | path

Searched refs:constructor_ (Results 1 – 2 of 2) sorted by path

/unit/src/nodejs/unit-http/
H A Dunit.cpp16 napi_ref Unit::constructor_; member in Unit
180 constructor_ = napi.create_reference(ctor); in init()
233 ctor = napi.get_reference_value(constructor_); in create()
H A Dunit.h80 static napi_ref constructor_; variable