Lines Matching defs:object
316 USE(object()->Set(env()->context(), env()->resource_symbol(), object()));
467 Local<Object> object,
470 : AsyncWrap(env, object, provider, execution_async_id, false) {}
473 Local<Object> object,
477 : AsyncWrap(env, object) {
482 AsyncReset(object, execution_async_id, silent);
487 Local<Object> object,
491 : AsyncWrap(env, object, provider, execution_async_id, true) {
495 AsyncWrap::AsyncWrap(Environment* env, Local<Object> object)
496 : BaseObject(env, object) {
501 // registers this object with the Environment for finalization and debugging
503 // If the Environment decides to inspect this object for debugging, it tries to
504 // call virtual methods on this object that are only (meaningfully) implemented
509 // The object being initialized is not fully constructed at that point, and
591 Local<Object> obj = object();
629 Local<Object> object,
633 CHECK(!object.IsEmpty());
649 object,
653 USE(init_fn->Call(env->context(), object, arraysize(argv), argv));
665 env(), object(), object(), cb, argc, argv, context);
667 // This is a static call with cached values because the `this` object may
690 return GetOwner(env(), object());