프로퍼티 | 타입 | 설명 | |
---|---|---|---|
minusOneObj | double | ||
oneObj | double | ||
zeroObj | double |
메소드 | 설명 | |
---|---|---|
Add ( double val1, object val2 ) : object | ||
Add ( object val1, double val2 ) : object | ||
Call0 ( Callable fun, Scriptable thisObj, |
Implement ....() call shrinking optimizer code. Implement ....() call shrinking optimizer code. |
|
Call1 ( Callable fun, Scriptable thisObj, object arg0, |
Implement ....(arg) call shrinking optimizer code. Implement ....(arg) call shrinking optimizer code. |
|
Call2 ( Callable fun, Scriptable thisObj, object arg0, object arg1, |
Implement ....(arg0, arg1) call shrinking optimizer code. Implement ....(arg0, arg1) call shrinking optimizer code. |
|
CallN ( Callable fun, Scriptable thisObj, object args, |
Implement ....(arg0, arg1, ...) call shrinking optimizer code. Implement ....(arg0, arg1, ...) call shrinking optimizer code. |
|
CallName ( object args, string name, |
Implement name(args) call shrinking optimizer code. Implement name(args) call shrinking optimizer code. |
|
CallName0 ( string name, |
Implement name() call shrinking optimizer code. Implement name() call shrinking optimizer code. |
|
CallProp0 ( object value, string property, |
Implement x.property() call shrinking optimizer code. Implement x.property() call shrinking optimizer code. |
|
CallSpecial ( |
||
CreateNativeGenerator ( NativeFunction funObj, Scriptable scope, Scriptable thisObj, int maxLocals, int maxStack ) : Scriptable | ||
ElemIncrDecr ( object obj, double index, |
||
GetGeneratorLocalsState ( object obj ) : object[] | ||
GetGeneratorStackState ( object obj ) : object[] | ||
InitFunction ( NativeFunction fn, int functionType, Scriptable scope, |
||
Main ( System.Script script, string args ) : void | ||
NewArrayLiteral ( object objects, string encodedInts, int skipCount, |
||
NewObjectSpecial ( |
||
PadStart ( object currentArgs, int count ) : object[] | ||
ThrowStopIteration ( object obj ) : void | ||
WrapDouble ( double num ) : double |
메소드 | 설명 | |
---|---|---|
DecodeIntArray ( string str, int arraySize ) : int[] | ||
EncodeIntArray ( int array ) : string |
public static Add ( double val1, object val2 ) : object | ||
val1 | double | |
val2 | object | |
리턴 | object |
public static Add ( object val1, double val2 ) : object | ||
val1 | object | |
val2 | double | |
리턴 | object |
public static Call0 ( Callable fun, Scriptable thisObj, |
||
fun | Callable | |
thisObj | Scriptable | |
cx | ||
scope | Scriptable | |
리턴 | object |
public static Call1 ( Callable fun, Scriptable thisObj, object arg0, |
||
fun | Callable | |
thisObj | Scriptable | |
arg0 | object | |
cx | ||
scope | Scriptable | |
리턴 | object |
public static Call2 ( Callable fun, Scriptable thisObj, object arg0, object arg1, |
||
fun | Callable | |
thisObj | Scriptable | |
arg0 | object | |
arg1 | object | |
cx | ||
scope | Scriptable | |
리턴 | object |
public static CallN ( Callable fun, Scriptable thisObj, object args, |
||
fun | Callable | |
thisObj | Scriptable | |
args | object | |
cx | ||
scope | Scriptable | |
리턴 | object |
public static CallName ( object args, string name, |
||
args | object | |
name | string | |
cx | ||
scope | Scriptable | |
리턴 | object |
public static CallName0 ( string name, |
||
name | string | |
cx | ||
scope | Scriptable | |
리턴 | object |
public static CallProp0 ( object value, string property, |
||
value | object | |
property | string | |
cx | ||
scope | Scriptable | |
리턴 | object |
public static CallSpecial ( |
||
cx | ||
fun | Callable | |
thisObj | Scriptable | |
args | object | |
scope | Scriptable | |
callerThis | Scriptable | |
callType | int | |
fileName | string | |
lineNumber | int | |
리턴 | object |
public static CreateNativeGenerator ( NativeFunction funObj, Scriptable scope, Scriptable thisObj, int maxLocals, int maxStack ) : Scriptable | ||
funObj | NativeFunction | |
scope | Scriptable | |
thisObj | Scriptable | |
maxLocals | int | |
maxStack | int | |
리턴 | Scriptable |
public static ElemIncrDecr ( object obj, double index, |
||
obj | object | |
index | double | |
cx | ||
incrDecrMask | int | |
리턴 | object |
public static GetGeneratorLocalsState ( object obj ) : object[] | ||
obj | object | |
리턴 | object[] |
public static GetGeneratorStackState ( object obj ) : object[] | ||
obj | object | |
리턴 | object[] |
public static InitFunction ( NativeFunction fn, int functionType, Scriptable scope, |
||
fn | NativeFunction | |
functionType | int | |
scope | Scriptable | |
cx | ||
리턴 | void |
public static Main ( System.Script script, string args ) : void | ||
script | System.Script | |
args | string | |
리턴 | void |
public static NewArrayLiteral ( object objects, string encodedInts, int skipCount, |
||
objects | object | |
encodedInts | string | |
skipCount | int | |
cx | ||
scope | Scriptable | |
리턴 | Scriptable |
public static NewObjectSpecial ( |
||
cx | ||
fun | object | |
args | object | |
scope | Scriptable | |
callerThis | Scriptable | |
callType | int | |
리턴 | object |
public static PadStart ( object currentArgs, int count ) : object[] | ||
currentArgs | object | |
count | int | |
리턴 | object[] |
public static ThrowStopIteration ( object obj ) : void | ||
obj | object | |
리턴 | void |