Lines Matching defs:target
1879 void Initialize(Local<Object> target,
1886 SetMethod(context, target, "getaddrinfo", GetAddrInfo);
1887 SetMethod(context, target, "getnameinfo", GetNameInfo);
1888 SetMethodNoSideEffect(context, target, "canonicalizeIP", CanonicalizeIP);
1890 SetMethod(context, target, "strerror", StrError);
1892 target->Set(env->context(), FIXED_ONE_BYTE_STRING(env->isolate(), "AF_INET"),
1894 target->Set(env->context(), FIXED_ONE_BYTE_STRING(env->isolate(), "AF_INET6"),
1896 target->Set(env->context(), FIXED_ONE_BYTE_STRING(env->isolate(),
1899 target->Set(env->context(), FIXED_ONE_BYTE_STRING(env->isolate(),
1902 target->Set(env->context(), FIXED_ONE_BYTE_STRING(env->isolate(),
1905 target->Set(env->context(), FIXED_ONE_BYTE_STRING(env->isolate(),
1912 SetConstructorFunction(context, target, "GetAddrInfoReqWrap", aiw);
1917 SetConstructorFunction(context, target, "GetNameInfoReqWrap", niw);
1922 SetConstructorFunction(context, target, "QueryReqWrap", qrw);
1950 SetConstructorFunction(context, target, "ChannelWrap", channel_wrap);