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
파일 보기 프로젝트 열기: paulbartrum/jurassic 1 사용 예제들

비공개 메소드들

메소드 설명
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