C# Class Jurassic.Library.TypedArrayConstructor

Represents the built-in javascript String object.
Inheritance: ClrStubFunction
Exibir arquivo Open project: paulbartrum/jurassic Class Usage Examples

Private Properties

Property Type Description
Call object
Construct TypedArrayInstance
Construct TypedArrayInstance
From TypedArrayInstance
GetDeclarativeProperties List
Of TypedArrayInstance
TypedArrayConstructor System
__GETTER__Species object
__STUB__Call object
__STUB__Construct ObjectInstance
__STUB__From object
__STUB__Of object

Public Methods

Method Description
From ( object source ) : TypedArrayInstance

Creates a new typed array from a .NET array.

Private Methods

Method Description
Call ( ) : object
Construct ( ) : TypedArrayInstance
Construct ( object arg, int byteOffset, int length = null ) : TypedArrayInstance
From ( object source, FunctionInstance mapFn = null, object thisArg = null ) : TypedArrayInstance
GetDeclarativeProperties ( ScriptEngine engine ) : List
Of ( ) : TypedArrayInstance
TypedArrayConstructor ( ObjectInstance prototype, TypedArrayType type ) : System

Creates a new typed array constructor.

__GETTER__Species ( 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__From ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Of ( ScriptEngine engine, object thisObj, object args ) : object

Method Details

From() public method

Creates a new typed array from a .NET array.
public From ( object source ) : TypedArrayInstance
source object A .NET array
return TypedArrayInstance