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

The WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can be arbitrary values.
Наследование: ClrStubFunction
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
Call ( ) : object
Construct ( object iterable ) : WeakMapInstance
WeakMapConstructor ( ObjectInstance prototype ) : System

Creates a new map constructor.

__STUB__Call ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Construct ( ScriptEngine engine, object thisObj, object args ) : ObjectInstance