Skip to main content

usp_entry_count

Function usp_entry_count 

Source
pub fn usp_entry_count(this: &Value) -> usize
Expand description

URLSearchParams.prototype.size(ES2023)の実体。interp.rs のプロパティ getter から呼ばれる(USP は専用 ObjKind を持たない plain object 実装のため、 Map/Set の size のように直接カウントを持たず、その都度クエリ文字列をパース して数える)。