1 2 3 4
function _to_property_key(arg) { var key = _to_primitive(arg, "string"); return _type_of(key) === "symbol" ? key : String(key); }