| Class | Description |
|---|---|
| SLAddToHostClassPathBuiltin |
Builtin function that performs context exit.
|
| SLBuiltinNode |
Base class for all builtin functions.
|
| SLDefineFunctionBuiltin |
Builtin function to define (or redefine) functions.
|
| SLEvalBuiltin |
Builtin function to evaluate source code in any supported language.
|
| SLExitBuiltin |
Builtin function that performs context exit.
|
| SLGetSizeBuiltin |
Built-in function that queries the size property of a foreign object.
|
| SLHasSizeBuiltin |
Built-in function that queries if the foreign object has a size.
|
| SLHelloEqualsWorldBuiltin |
This builtin sets the variable named "hello" in the caller frame to the string "world".
|
| SLImportBuiltin |
Built-in function that goes through to import a symbol from the polyglot bindings.
|
| SLIsExecutableBuiltin |
Built-in function that queries if the foreign object is executable.
|
| SLIsInstanceBuiltin |
Built-in function that returns true if the given operand is of a given meta-object.
|
| SLIsNullBuiltin |
Built-in function that queries if the foreign object is a null value.
|
| SLJavaTypeBuiltin |
Builtin that allows to lookup a Java type.
|
| SLNanoTimeBuiltin |
Builtin function that returns the value of a high-resolution time, in nanoseconds.
|
| SLNewObjectBuiltin |
Built-in function to create a new object.
|
| SLPrintlnBuiltin |
Builtin function to write a value to the
standard output. |
| SLReadlnBuiltin |
Builtin function that reads a String from the
standard input. |
| SLRegisterShutdownHookBuiltin |
Builtin function that registers a function as a shutdown hook.
|
| SLStackTraceBuiltin |
Returns a string representation of the current stack.
|
| SLTypeOfBuiltin |
Built-in function that returns the type of a guest language value.
|
| SLWrapPrimitiveBuiltin |
Builtin function to wrap primitive values in order to increase coverage of the Truffle TCK test.
|