Lines Matching refs:SetProtoMethod
1930 SetProtoMethod(isolate, channel_wrap, "queryAny", Query<QueryAnyWrap>);
1931 SetProtoMethod(isolate, channel_wrap, "queryA", Query<QueryAWrap>);
1932 SetProtoMethod(isolate, channel_wrap, "queryAaaa", Query<QueryAaaaWrap>);
1933 SetProtoMethod(isolate, channel_wrap, "queryCaa", Query<QueryCaaWrap>);
1934 SetProtoMethod(isolate, channel_wrap, "queryCname", Query<QueryCnameWrap>);
1935 SetProtoMethod(isolate, channel_wrap, "queryMx", Query<QueryMxWrap>);
1936 SetProtoMethod(isolate, channel_wrap, "queryNs", Query<QueryNsWrap>);
1937 SetProtoMethod(isolate, channel_wrap, "queryTxt", Query<QueryTxtWrap>);
1938 SetProtoMethod(isolate, channel_wrap, "querySrv", Query<QuerySrvWrap>);
1939 SetProtoMethod(isolate, channel_wrap, "queryPtr", Query<QueryPtrWrap>);
1940 SetProtoMethod(isolate, channel_wrap, "queryNaptr", Query<QueryNaptrWrap>);
1941 SetProtoMethod(isolate, channel_wrap, "querySoa", Query<QuerySoaWrap>);
1942 SetProtoMethod(
1946 SetProtoMethod(isolate, channel_wrap, "setServers", SetServers);
1947 SetProtoMethod(isolate, channel_wrap, "setLocalAddress", SetLocalAddress);
1948 SetProtoMethod(isolate, channel_wrap, "cancel", Cancel);