Uses of Class
de.inetsoftware.jwebassembly.module.SyntheticFunctionName
-
Packages that use SyntheticFunctionName Package Description de.inetsoftware.jwebassembly.javascript de.inetsoftware.jwebassembly.module -
-
Uses of SyntheticFunctionName in de.inetsoftware.jwebassembly.javascript
Subclasses of SyntheticFunctionName in de.inetsoftware.jwebassembly.javascript Modifier and Type Class Description class
JavaScriptSyntheticFunctionName
Synthetic JavaScript import function. -
Uses of SyntheticFunctionName in de.inetsoftware.jwebassembly.module
Subclasses of SyntheticFunctionName in de.inetsoftware.jwebassembly.module Modifier and Type Class Description class
ArraySyntheticFunctionName
Synthetic/dynamic method with a signature as array of types.(package private) class
ImportSyntheticFunctionName
Synthetic/dynamic method based on import annotation.class
MultiArrayFunctionName
Synthetic functions for creating multidimensional dimensional arrays(package private) class
WatCodeSyntheticFunctionName
Synthetic/dynamic method based on WAT code (WASM in text form).Fields in de.inetsoftware.jwebassembly.module declared as SyntheticFunctionName Modifier and Type Field Description private SyntheticFunctionName
WasmOptions. cast
private SyntheticFunctionName
WasmArrayInstruction. functionName
private SyntheticFunctionName
WasmStructInstruction. functionName
private SyntheticFunctionName
WasmOptions. instanceOf
Methods in de.inetsoftware.jwebassembly.module that return SyntheticFunctionName Modifier and Type Method Description (package private) SyntheticFunctionName
WasmArrayInstruction. createNonGcFunction(boolean useGC)
Create the synthetic function of this instruction if required for the operation.(package private) SyntheticFunctionName
WasmStructInstruction. createNonGcFunction()
Create the synthetic polyfill function of this instruction for nonGC mode.(package private) SyntheticFunctionName
WasmOptions. getCast()
Get the FunctionName for a CAST operation and mark it as used.(package private) SyntheticFunctionName
WasmOptions. getInstanceOf()
Get the FunctionName for an INSTANCEOF check and mark it as used.Methods in de.inetsoftware.jwebassembly.module with parameters of type SyntheticFunctionName Modifier and Type Method Description (package private) void
FunctionManager. markAsNeededAndReplaceIfExists(SyntheticFunctionName name)
Same like markAsNeeded but it will replace the function name if already registered.
-