Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

InternalError.prototype

현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

InternalError.prototype 속성은 InternalError 생성자의 프로토타입을 나타냅니다.

Property attributes of InternalError.prototype
Writable no
Enumerable no
Configurable no

설명

모든 InternalError 인스턴스는 InternalError.prototype 으로부터 상속받습니다. 프로토타입은 모든 인스턴스에 속성이나 메소드를 추가하거나 하는 데에 사용할 수 있습니다.

속성

InternalError.prototype.constructor
인스턴스의 프로토타입을 생성하는 함수를 명시합니다. 
InternalError.prototype.message
에러 메시지. Error 로부터 상속받습니다. 
InternalError.prototype.name
에러명. Error 로부터 상속받습니다.
InternalError.prototype.fileName
에러를 발생시킨 파일의 경로. Error 로부터 상속받습니다.
InternalError.prototype.lineNumber
에러를 발생시킨 파일의 라인 넘버. Error 로부터 상속받습니다.
InternalError.prototype.columnNumber
에러를 발생 시킨 라인의 컬럼 넘버. Error 로부터 상속받습니다.
InternalError.prototype.stack
스택 트레이스. Error 로부터 상속받습니다. 

메소드

비록 InternalError의 프로토타입 객체는 고유의 메소드를 가지고 있지는 않습니다. 하지만, InternalError 인스턴스는 프로토타입 체인을 통해 몇 가지의 메소드를 상속 받습니다.

스펙

Not part of any specifications.

브라우저 호환성

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support No support (Yes) No support No support No support
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support No support No support (Yes) No support No support No support

참조

문서 태그 및 공헌자

 이 페이지의 공헌자: magnoliaa
 최종 변경: magnoliaa,