pub(crate) fn is_real_array(t: &Value) -> boolExpand description
this が実配列(ObjKind::Array)かどうか。join/slice/concat に続き、
forEach/map/filter/indexOf/includes 等の仕様上ジェネリックなメソッドで
this_items(非配列は無条件で空 Vec)から array_like_items
(length+添字プロパティを読む汎用フォールバック)への切り替え判定に使う共通ヘルパ。