C# Class Jurassic.Library.ObjectConstructor

Mostra file Open project: paulbartrum/jurassic Class Usage Examples

Private Methods

Method Description
Assign ( ScriptEngine engine, ObjectInstance target ) : ObjectInstance
Call ( object obj ) : ObjectInstance
Construct ( ) : ObjectInstance
Construct ( object obj ) : ObjectInstance
Create ( ScriptEngine engine, object prototype, ObjectInstance properties = null ) : ObjectInstance
DefineProperties ( object obj, ObjectInstance properties ) : ObjectInstance
DefineProperty ( ObjectInstance obj, object key, object attributes ) : ObjectInstance
Freeze ( ObjectInstance obj ) : ObjectInstance
GetDeclarativeProperties ( ScriptEngine engine ) : List
GetOwnPropertyDescriptor ( ObjectInstance obj, object key ) : ObjectInstance
GetOwnPropertyNames ( ObjectInstance obj ) : ArrayInstance
GetOwnPropertySymbols ( ObjectInstance obj ) : ArrayInstance
GetPrototypeOf ( ObjectInstance obj ) : object
Is ( object value1, object value2 ) : bool
IsExtensible ( ObjectInstance obj ) : bool
IsFrozen ( ObjectInstance obj ) : bool
IsSealed ( ObjectInstance obj ) : bool
Keys ( ObjectInstance obj ) : ArrayInstance
ObjectConstructor ( ObjectInstance prototype, ObjectInstance instancePrototype ) : System

Creates a new Object object.

PreventExtensions ( ObjectInstance obj ) : ObjectInstance
Seal ( ObjectInstance obj ) : ObjectInstance
__STUB__Assign ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Call ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Construct ( ScriptEngine engine, object thisObj, object args ) : ObjectInstance
__STUB__Create ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__DefineProperties ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__DefineProperty ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Freeze ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__GetOwnPropertyDescriptor ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__GetOwnPropertyNames ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__GetOwnPropertySymbols ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__GetPrototypeOf ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Is ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__IsExtensible ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__IsFrozen ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__IsSealed ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Keys ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__PreventExtensions ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Seal ( ScriptEngine engine, object thisObj, object args ) : object