Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dunit.cpp179 ctor = napi.define_class("Unit", create, 2, unit_props); in init()
H A Dnxt_napi.h153 define_class(const char *name, napi_callback ctor, size_t prop_count, in define_class() function