blockly > CodeGenerator > FUNCTION_NAME_PLACEHOLDER_
CodeGenerator.FUNCTION_NAME_PLACEHOLDER_ property
This is used as a placeholder in functions defined using CodeGenerator.provideFunction_. It must not be legal code that could legitimately appear in a function definition (or comment), and it must not confuse the regular expression parser.
Signature:
FUNCTION_NAME_PLACEHOLDER_: string;