한국어
Appearance
options
헬퍼 호출에 사용되는 파라미터 외에도, options 객체가 추가 파라미터로 헬퍼에 전달됩니다.
lookupProperty(object, propertyName): 객체의 "자체 속성"을 반환하는 함수입니다. 이 함수는 allowedProtoProperties와 allowedProtoMethods에 지정된 화이트리스트를 따릅니다. 예시:
lookupProperty(object, propertyName)
allowedProtoProperties
allowedProtoMethods
TODO:헬퍼에 전달되는 모든 옵션을 설명하세요.