Uses of Class
de.inetsoftware.jwebassembly.module.SyntheticFunctionName
Packages that use SyntheticFunctionName
-
Uses of SyntheticFunctionName in de.inetsoftware.jwebassembly.javascript
Subclasses of SyntheticFunctionName in de.inetsoftware.jwebassembly.javascriptModifier and TypeClassDescriptionclassSynthetic JavaScript import function. -
Uses of SyntheticFunctionName in de.inetsoftware.jwebassembly.module
Subclasses of SyntheticFunctionName in de.inetsoftware.jwebassembly.moduleModifier and TypeClassDescriptionclassSynthetic/dynamic method with a signature as array of types.(package private) classSynthetic/dynamic method based on import annotation.classSynthetic functions for creating multidimensional dimensional arrays(package private) classSynthetic/dynamic method based on WAT code (WASM in text form).Fields in de.inetsoftware.jwebassembly.module declared as SyntheticFunctionNameModifier and TypeFieldDescriptionprivate SyntheticFunctionNameWasmOptions.castprivate SyntheticFunctionNameWasmArrayInstruction.functionNameprivate SyntheticFunctionNameWasmStructInstruction.functionNameprivate SyntheticFunctionNameWasmOptions.instanceOfMethods in de.inetsoftware.jwebassembly.module that return SyntheticFunctionNameModifier and TypeMethodDescription(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 SyntheticFunctionNameModifier and TypeMethodDescription(package private) voidFunctionManager.markAsNeededAndReplaceIfExists(SyntheticFunctionName name) Same like markAsNeeded but it will replace the function name if already registered.