Method | Description | |
---|---|---|
CheckObjectCoercible ( Engine engine, Jint.Native.JsValue o ) : void | ||
FindBestMatch ( Engine engine, |
||
GetPrimitiveType ( Jint.Native.JsValue value ) : Types | ||
ToBoolean ( Jint.Native.JsValue o ) : bool |
http://www.ecma-international.org/ecma-262/5.1/#sec-9.2
|
|
ToInt32 ( Jint.Native.JsValue o ) : int |
http://www.ecma-international.org/ecma-262/5.1/#sec-9.5
|
|
ToInteger ( Jint.Native.JsValue o ) : double |
http://www.ecma-international.org/ecma-262/5.1/#sec-9.4
|
|
ToNumber ( Jint.Native.JsValue o ) : double |
http://www.ecma-international.org/ecma-262/5.1/#sec-9.3
|
|
ToObject ( Engine engine, Jint.Native.JsValue value ) : Jint.Native.Object.ObjectInstance | ||
ToPrimitive ( Jint.Native.JsValue input, Types preferredType = Types.None ) : Jint.Native.JsValue |
http://www.ecma-international.org/ecma-262/5.1/#sec-9.1
|
|
ToString ( Jint.Native.JsValue o ) : string |
http://www.ecma-international.org/ecma-262/5.1/#sec-9.8
|
|
ToUint16 ( Jint.Native.JsValue o ) : ushort |
http://www.ecma-international.org/ecma-262/5.1/#sec-9.7
|
|
ToUint32 ( Jint.Native.JsValue o ) : uint |
http://www.ecma-international.org/ecma-262/5.1/#sec-9.6
|
|
TypeIsNullable ( |
public static CheckObjectCoercible ( Engine engine, Jint.Native.JsValue o ) : void | ||
engine | Engine | |
o | Jint.Native.JsValue | |
return | void |
public static FindBestMatch ( Engine engine, |
||
engine | Engine | |
methods | ||
arguments | Jint.Native.JsValue | |
return | IEnumerable |
public static GetPrimitiveType ( Jint.Native.JsValue value ) : Types | ||
value | Jint.Native.JsValue | |
return | Types |
public static ToBoolean ( Jint.Native.JsValue o ) : bool | ||
o | Jint.Native.JsValue | |
return | bool |
public static ToInt32 ( Jint.Native.JsValue o ) : int | ||
o | Jint.Native.JsValue | |
return | int |
public static ToInteger ( Jint.Native.JsValue o ) : double | ||
o | Jint.Native.JsValue | |
return | double |
public static ToNumber ( Jint.Native.JsValue o ) : double | ||
o | Jint.Native.JsValue | |
return | double |
public static ToObject ( Engine engine, Jint.Native.JsValue value ) : Jint.Native.Object.ObjectInstance | ||
engine | Engine | |
value | Jint.Native.JsValue | |
return | Jint.Native.Object.ObjectInstance |
public static ToPrimitive ( Jint.Native.JsValue input, Types preferredType = Types.None ) : Jint.Native.JsValue | ||
input | Jint.Native.JsValue | |
preferredType | Types | |
return | Jint.Native.JsValue |
public static ToString ( Jint.Native.JsValue o ) : string | ||
o | Jint.Native.JsValue | |
return | string |
public static ToUint16 ( Jint.Native.JsValue o ) : ushort | ||
o | Jint.Native.JsValue | |
return | ushort |
public static ToUint32 ( Jint.Native.JsValue o ) : uint | ||
o | Jint.Native.JsValue | |
return | uint |
public static TypeIsNullable ( |
||
type | ||
return | bool |