Lines Matching refs:self

28   if (!self) {                               \
34 if (!self) { \
65 FastCApiObject* self = UnwrapObject(receiver);
67 self->fast_call_count_++;
99 FastCApiObject* self;
108 self = &FastCApiObject::instance();
112 self = UnwrapObject(receiver);
113 CHECK_NOT_NULL(self);
115 self->fast_call_count_++;
125 FastCApiObject* self = UnwrapObject(args.This());
127 self->slow_call_count_++;
185 FastCApiObject* self = UnwrapObject(receiver);
187 self->fast_call_count_++;
220 FastCApiObject* self = UnwrapObject(args.This());
226 self->slow_call_count_++;
234 self->slow_call_count_++;
330 FastCApiObject* self = UnwrapObject(receiver);
332 self->fast_call_count_++;
349 FastCApiObject* self = UnwrapObject(args.This());
351 self->slow_call_count_++;
427 FastCApiObject* self = UnwrapObject(receiver);
429 self->fast_call_count_++;
441 FastCApiObject* self = UnwrapObject(args.This());
443 self->slow_call_count_++;
500 FastCApiObject* self = UnwrapObject(receiver);
502 self->fast_call_count_++;
519 FastCApiObject* self = UnwrapObject(receiver);
521 self->fast_call_count_++;
546 FastCApiObject* self = UnwrapObject(args.This());
548 self->slow_call_count_++;
584 FastCApiObject* self = UnwrapObject(receiver);
586 self->fast_call_count_++;
613 FastCApiObject* self = UnwrapObject(args.This());
615 self->slow_call_count_++;
640 FastCApiObject* self = UnwrapObject(args.This());
643 Number::New(args.GetIsolate(), self->fast_call_count()));
646 FastCApiObject* self = UnwrapObject(args.This());
649 Number::New(args.GetIsolate(), self->slow_call_count()));
652 FastCApiObject* self = UnwrapObject(args.This());
654 self->reset_counts();
658 FastCApiObject* self = UnwrapObject(args.This());
660 args.GetReturnValue().Set(self->supports_fp_params_);