Lines Matching refs:this
237 // Let Callback() know that this object no longer exists.
243 return Traits::Send(this, name);
249 TRACING_CATEGORY_NODE2(dns, native), trace_name_, this,
267 TRACING_CATEGORY_NODE2(dns, native), trace_name_, this,
282 status = Traits::Parse(this, response_data_);
290 callback_ptr_ = new QueryWrap<Traits>*(this);
352 BaseObjectPtr<QueryWrap<Traits>> strong_ref{this};
353 env()->SetImmediate([this, strong_ref](Environment*) {
376 TRACING_CATEGORY_NODE2(dns, native), trace_name_, this);
396 // Pointer to pointer to 'this' that can be reset from the destructor,
397 // in order to let Callback() know that 'this' no longer exists.