hopestar90

Results 4 issues of hopestar90

### New Issue Checklist ### Issue Info 如下代码: - (instancetype)mas_closestCommonSuperview:(MAS_VIEW *)view { MAS_VIEW *closestCommonSuperview = nil; MAS_VIEW *secondViewSuperview = view; while (!closestCommonSuperview && secondViewSuperview) { MAS_VIEW *firstViewSuperview = self; while...

![2031711335849_ pic](https://github.com/v8/v8.dev/assets/7894331/56c3c40e-2f47-4128-9098-c5359b190871)

I excute the command './gradlew githubReleaseNoIntl', to get the android Compile product libhermes.so. But I got the errors: ![image](https://github.com/user-attachments/assets/0fb4f9fd-f577-49b3-aced-4a1f16d7a0c7)

need more info

I want to build the dynamic lib 'libhermes.so' for android project in the branch 'origin/static_h', my step is as follow: 1. I excute the command 'cmake -S hermes -B build_release...