C# Класс Jurassic.Library.ThrowTypeErrorFunction

Represents a JavaScript function that throws a type error.
Наследование: FunctionInstance
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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