mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 20:30:39 -07:00
readSize, readFirst, and readLast bypassed the ownPropertyOnly guard by reading inherited properties from the prototype chain. Pass the flag through and only allow prototype size lookups when ownPropertyOnly is false. Co-authored-by: Cursor <[email protected]>