简体   繁体   English

Chrome调试器中两个字母的对象“值”是什么意思?

[英]What do the two-letter object “values” mean in the Chrome debugger?

I'm debugging some JavaScript using the HighCharts library and see these two-letter "values" for objects ( Fa , Rb , Fa below). 我正在使用HighCharts库调试一些JavaScript,并看到对象(以下是FaRbFa )的两个字母的“值”。 Expanding the object doesn't show anything that would hint to what the two-letter code means (see "counters" in the screenshot). 展开对象不会显示任何暗示两个字母代码含义的内容(请参见屏幕快照中的“计数器”)。 Mousing over them shows the same cryptic two-letter code. 将鼠标悬停在它们上面会显示相同的神秘的两个字母的代码。

在此处输入图片说明

What do those two-letter things mean? 这两个字母的意思是什么?

Those are function names. 这些是函数名称。

Javascript minifiers replace meaningful names with very short names to save bytes. Javascript缩小程序用非常短的名称替换有意义的名称以节省字节。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM