NATIVE

settings_applicationsObject  >   settings_applicationsSet  >   settings_applications[[Prototype]]

NATIVE

Editing
  • account_tree
  • bug_report

iterable-objectsiteratorentries()

현재 Set 객체에 삽입된 순서에 따라 각 요소에 대한 [value, value] 형식의 배열을 항목으로 갖는 반복 가능한 객체를 반환한다. 원래는 [key, value] 형식이지만 Set 객체는 키가 없으므로 [value, value] 형식으로 반환한다.

구문

형식
set.entries()

매개 변수

None

반환

iterable-objectsiterator

이터러블 프로토콜(iterable protocol)을 준수하는 새로운 반복 가능한 객체를 반환한다.

버전 명세

ECMAScript 2024(15th Edition)
#sec-set.prototype.entries

지원 웹브라우저