Lines Matching defs:obj
374 #define FORCE_SET_TARGET_FIELD(obj, str, field) \
375 (obj)->DefineOwnProperty(context, \
591 Local<Object> obj = object();
592 CHECK(!obj.IsEmpty());
593 if (resource != obj) {
594 USE(obj->Set(env()->context(), env()->resource_symbol(), resource));
693 Local<Object> AsyncWrap::GetOwner(Environment* env, Local<Object> obj) {
695 CHECK(!obj.IsEmpty());
700 if (!obj->Get(env->context(),
703 return handle_scope.Escape(obj);
706 obj = owner.As<Object>();