mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 22:09:32 +00:00
31d9030dd0
"Scriptable target" argument to Ref.(get|set|has|delete) methods. The idea was to optimize away in many cases creation of Ref instances, but given that modern JVM can GC short-lived objects efficiently it does not sound right to have code complexity now in the hope of slightly more efficient implementation later.