public class ECMAScriptFunctions extends Object
| Constructor and Description |
|---|
ECMAScriptFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static Value |
evaluate(ECMAScriptObjects nativeobject,
FunctionCalls.CallInfo call,
State state,
GenericSolver.SolverInterface c)
Evaluates the given native ECMAScript function.
|
static Value |
internalToString(ObjectLabel thiss,
Set<ObjectLabel> objs,
GenericSolver.SolverInterface c)
toString conversion for built-in objects.
|
static Value |
internalValueOf(ObjectLabel thiss,
Set<ObjectLabel> objs,
int register,
GenericSolver.SolverInterface c)
valueOf conversion for built-in objects.
|
public static Value evaluate(ECMAScriptObjects nativeobject, FunctionCalls.CallInfo call, State state, GenericSolver.SolverInterface c)
public static Value internalToString(ObjectLabel thiss, Set<ObjectLabel> objs, GenericSolver.SolverInterface c)
public static Value internalValueOf(ObjectLabel thiss, Set<ObjectLabel> objs, int register, GenericSolver.SolverInterface c)
Copyright © 2012 Aarhus University