Implement [Func]

This commit is contained in:
Anthony Ramine 2016-05-21 00:09:06 +02:00
parent 0d04acd50f
commit e179cb02ff
6 changed files with 58 additions and 8 deletions

View file

@ -19,10 +19,15 @@ function test_member(name, enabled, target) {
}
var members = [
'funcControlledAttribute',
'funcControlledMethod',
'prefControlledAttribute',
'prefControlledMethod'
];
var staticMembers = [
'funcControlledStaticAttribute',
'funcControlledStaticMethod',
'funcControlledConst',
'prefControlledStaticAttribute',
'prefControlledStaticMethod',
'prefControlledConst'