C# 클래스 Jurassic.Library.ThrowTypeErrorFunction

Represents a JavaScript function that throws a type error.
상속: FunctionInstance
파일 보기 프로젝트 열기: paulbartrum/jurassic 1 사용 예제들

공개 메소드들

메소드 설명
CallLateBound ( object thisObject ) : object

Calls this function, passing in the given "this" value and zero or more arguments.

비공개 메소드들

메소드 설명
ThrowTypeErrorFunction ( ObjectInstance prototype ) : System

Creates a new ThrowTypeErrorFunction instance.

ThrowTypeErrorFunction ( ObjectInstance prototype, string message ) : System

Creates a new ThrowTypeErrorFunction instance.

메소드 상세

CallLateBound() 공개 메소드

Calls this function, passing in the given "this" value and zero or more arguments.
public CallLateBound ( object thisObject ) : object
thisObject object The value of the "this" keyword within the function.
리턴 object