搜索资源列表
const
- Test const properties and pre/postfix operation.
const-eval-init
- Test the handling of initialization of deleted const variables for Java.
global-const-var-conflicts
- Check that dynamically introducing conflicting consts/vars .
regress-1213575
- Make sure that a const definition always conflicts with a defined setter. This avoid trying to pass the hole to the setter. -Make sure that a const definition always conflicts with a defined setter. This avoid trying to pass the hole to the sette
regress-799761
- const variables are not behaving like other JS variables when it comes to scoping - in fact they behave more sanely.
Script
- Reassignment to a const is NOT an error per ECMA for Java scr ipt.
top-level-assignments
- Make sure that we can introduce global variables (using both var and const) that shadow even READ_ONLY variables in the prototype chain.
src
- 把二进制文件转换为 c 语言的 数组。可以指定生成的数组名字和 static,const等限定词(Converts binary files to C arrays)