Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2016년 9월.
Reflect.isExtensible() 정적 메서드는 객체의 확장 가능 여부, 즉 속성을 추가할 수 있는지 판별합니다. Object.isExtensible()과 유사하지만 차이점도 있습니다.
확장 가능 여부를 판별할 대상 객체.
객체의 확장 가능 여부를 나타내는 Boolean.
target이 Object가 아니면 TypeError.
Reflect.isExtensible() 메서드는 Object.isExtensible()와 유사하게, 객체에 새로운 속성을 추가할 수 있는지 판별합니다.
Object.isExtensible()도 참고하세요.
Reflect.isExtensible()은 첫 번째 매개변수가 원시값이면 TypeError를 던집니다. 반면 Object.isExtensible()은 우선 객체로 변환을 시도합니다.
| ECMAScript® 2027 Language Specification # sec-reflect.isextensible |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2025년 2월 11일 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.