Files
ladybird/Userland/Libraries/LibJS/Runtime/Value.cpp
Andreas Kling 72cd31d033 LibJS: Tweak Value::to_property_key() fast path for Int32
Move the check for Int32 *before* we call to_primitive().
2021-10-25 15:37:28 +02:00

57 KiB