Lines Matching refs:A
40 …function A() { } // A的函数名"#*@0*#A",其中"@0"表示在其对应LiteralArray中,索引为0的字符串,此时这个字符…
49 namespace A {
50 function bar() { } // bar的函数名为"#&A*#bar"
53 namespace A {
54 function foo() { } // foo的函数名为"#&A^1*#foo",其中"^1" 为重名序号
89 namespace A { // namespace在字节码中的函数名为"#&#A"
90 class B { // 构造函数在字节码中的函数名为"#&A~B=#B"
91 m() { // 函数m在字节码中的函数名为"#&A~B>#m"
92 return () => {} // 匿名函数在字节码中的函数名为"#&A~B>m*#"
94 static s() {} // 静态函数s在字节码中的函数名为"#&A~B<#s"
96 enum E { // enum在字节码中的函数名为"#&A%#E"