Lines Matching refs:execution_async_id
295 double execution_async_id =
297 wrap->AsyncReset(resource, execution_async_id);
469 double execution_async_id)
470 : AsyncWrap(env, object, provider, execution_async_id, false) {}
475 double execution_async_id,
482 AsyncReset(object, execution_async_id, silent);
489 double execution_async_id,
491 : AsyncWrap(env, object, provider, execution_async_id, true) {
573 void AsyncWrap::AsyncReset(Local<Object> resource, double execution_async_id,
585 async_id_ = execution_async_id == kInvalidAsyncId ? env()->new_async_id()
586 : execution_async_id;
605 static_cast<int64_t>(env()->execution_async_id())); \