C# 클래스 Jurassic.Library.SymbolConstructor

Represents the built-in Symbol object.
상속: ClrStubFunction
파일 보기 프로젝트 열기: paulbartrum/jurassic 1 사용 예제들

비공개 메소드들

메소드 설명
Call ( string description = null ) : SymbolInstance
Construct ( ) : StringInstance
For ( string key ) : SymbolInstance
GetDeclarativeProperties ( ScriptEngine engine ) : List
KeyFor ( SymbolInstance symbol ) : string
SymbolConstructor ( ObjectInstance prototype, ObjectInstance instancePrototype ) : System

Creates a new Symbol object.

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