Searched refs:thisEntity (Results 1 – 1 of 1) sorted by relevance
264 auto thisEntity = NClass::GetEntityOf<FileUriEntity>(env, funcArg.GetThisVar()); in Equals() local265 if (!thisEntity) { in Equals()278 return NVal::CreateBool(env, thisEntity->fileUri_.uri_.Equals(otherEntity->fileUri_.uri_)).val_; in Equals()289 auto thisEntity = NClass::GetEntityOf<FileUriEntity>(env, funcArg.GetThisVar()); in EqualsTo() local290 if (!thisEntity) { in EqualsTo()302 return NVal::CreateBool(env, thisEntity->fileUri_.uri_.Equals(otherEntity->fileUri_.uri_)).val_; in EqualsTo()