با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > CodeGenerator > functionNames_
ویژگی CodeGenerator.functionNames_
یک فرهنگ لغت نگاشت نام توابع مورد نظر در تعاریف_ به نام توابع واقعی (برای جلوگیری از برخورد با توابع کاربر).
امضا:
protected functionNames_: {
[key: string]: string;
};
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[[["`bubbles.Bubble` constructor creates a new bubble instance within a workspace."],["The bubble's tail points to an anchor location, specified by a Coordinate object."],["An optional Rect object can be provided to prevent the bubble from overlapping specific areas."]]],["The `functionNames_` property, part of the `CodeGenerator` class, is a dictionary. It maps desired function names within the `definitions_` to actual function names. This mapping prevents naming conflicts with user-defined functions. The dictionary structure uses strings as both keys (desired names) and values (actual names). This property is designated as protected.\n"]]