C# 클래스 Jurassic.Library.SymbolInstance

Represents an instance of the Symbol object.
상속: ObjectInstance
파일 보기 프로젝트 열기: paulbartrum/jurassic 1 사용 예제들

공개 메소드들

메소드 설명
SymbolInstance ( ObjectInstance prototype, string description ) : System

Creates a new symbol instance.

비공개 메소드들

메소드 설명
GetDeclarativeProperties ( ScriptEngine engine ) : List
InitializePrototypeProperties ( ObjectInstance obj, SymbolConstructor constructor ) : void

Initializes the prototype properties.

ToPrimitive ( string hint ) : SymbolInstance
ToStringJS ( ) : string
ValueOf ( ) : SymbolInstance
__STUB__ToPrimitive ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__ToStringJS ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__ValueOf ( ScriptEngine engine, object thisObj, object args ) : object

메소드 상세

SymbolInstance() 공개 메소드

Creates a new symbol instance.
public SymbolInstance ( ObjectInstance prototype, string description ) : System
prototype ObjectInstance The next object in the prototype chain.
description string An optional description of the symbol.
리턴 System