mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement [Func]
This commit is contained in:
parent
0d04acd50f
commit
e179cb02ff
6 changed files with 58 additions and 8 deletions
|
@ -19,10 +19,15 @@ function test_member(name, enabled, target) {
|
|||
}
|
||||
|
||||
var members = [
|
||||
'funcControlledAttribute',
|
||||
'funcControlledMethod',
|
||||
'prefControlledAttribute',
|
||||
'prefControlledMethod'
|
||||
];
|
||||
var staticMembers = [
|
||||
'funcControlledStaticAttribute',
|
||||
'funcControlledStaticMethod',
|
||||
'funcControlledConst',
|
||||
'prefControlledStaticAttribute',
|
||||
'prefControlledStaticMethod',
|
||||
'prefControlledConst'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue