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 classJavaScriptSyntheticFunctionNameSynthetic JavaScript import function. -
Uses of SyntheticFunctionName in de.inetsoftware.jwebassembly.module
Subclasses of SyntheticFunctionName in de.inetsoftware.jwebassembly.module Modifier and Type Class Description classArraySyntheticFunctionNameSynthetic/dynamic method with a signature as array of types.(package private) classImportSyntheticFunctionNameSynthetic/dynamic method based on import annotation.classMultiArrayFunctionNameSynthetic functions for creating multidimensional dimensional arrays(package private) classWatCodeSyntheticFunctionNameSynthetic/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 SyntheticFunctionNameWasmOptions. castprivate SyntheticFunctionNameWasmArrayInstruction. functionNameprivate SyntheticFunctionNameWasmStructInstruction. functionNameprivate SyntheticFunctionNameWasmOptions. instanceOfMethods in de.inetsoftware.jwebassembly.module that return SyntheticFunctionName Modifier and Type Method Description (package private) SyntheticFunctionNameWasmArrayInstruction. createNonGcFunction(boolean useGC)Create the synthetic function of this instruction if required for the operation.(package private) SyntheticFunctionNameWasmStructInstruction. createNonGcFunction()Create the synthetic polyfill function of this instruction for nonGC mode.(package private) SyntheticFunctionNameWasmOptions. getCast()Get the FunctionName for a CAST operation and mark it as used.(package private) SyntheticFunctionNameWasmOptions. 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) voidFunctionManager. markAsNeededAndReplaceIfExists(SyntheticFunctionName name)Same like markAsNeeded but it will replace the function name if already registered.
-