facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
while-property.js
function foo(a, b) { let x = 0; while (a.b.c) { x += b; } return x; }