Searched refs:ctorName (Results 1 – 1 of 1) sorted by relevance
210 napi_value ctorName = nullptr; in GetConstructorName() local211 napi_get_own_property_descriptor(env, func, "name", &ctorName); in GetConstructorName()212 std::string name = GetString(env, ctorName); in GetConstructorName()214 return ctorName; in GetConstructorName()