Lines Matching refs:func
5 func TearDown()
13 func Test_list_create()
32 func Test_list_slice()
65 func Test_list_identity()
81 func Test_list_unlet()
143 func Test_list_assign()
183 func Test_list_range_assign()
201 func Test_list_func_remove()
241 func Test_list_add()
261 func Test_dict()
307 func Test_dict_identity()
323 func Test_dict_unlet()
334 func Test_dict_big()
379 func Test_dict_func()
381 func d.func(a) dict
385 call assert_equal('len: 3', d.func('len: '))
386 let x = d.func('again: ')
388 let Fn = d.func
392 func Test_dict_assign()
425 func Test_script_local_dict_func()
427 function g:dict.func() dict
428 return 'g:dict.func' . self.foo[1] . self.foo[0]('asdf')
432 call assert_equal('g:dict.func-4', g:dict.func())
437 func Test_dict_func_remove()
475 " Nasty: remove func from Dict that's being called (works)
476 func Test_dict_func_remove_in_use()
478 func d.func(a)
481 let expected = 'a:' . string(get(d, 'func'))
482 call assert_equal(expected, d.func(string(remove(d, 'func'))))
487 func GetArg(a)
490 LET d.func = function('GetArg')
491 VAR expected = 'a:' .. string(get(d, 'func'))
492 call assert_equal(expected, d.func(string(remove(d, 'func'))))
498 func Test_dict_literal_keys()
507 func Test_dict_deepcopy()
532 func Test_list_locked_var()
622 func Test_list_locked_var_unlet()
710 func Test_dict_lock_unlet()
717 func Test_dict_item_lock_unlet()
731 func Test_dict_lock_filter()
745 func Test_dict_lock_map()
758 func Test_dict_lock_extend()
766 func Test_dict_lock_operator()
774 func Tfunc1(this_is_a_long_parameter_name)
777 func Test_dict_scope_var_remove()
782 func Test_dict_scope_var_extend()
786 func Tfunc2(this_is_a_long_parameter_name)
789 func Test_dict_scope_var_extend_overwrite()
794 func Test_lock_var_unlet()
803 func Test_let_lock_list()
827 func Test_let_lock_list_items()
839 func Test_lockvar_script_autoload()
851 func s:arg_list_test(...)
865 func Test_func_arg_list()
870 func Test_reverse_sort_uniq()
901 func Test_reduce()
939 func EvilRemove()
956 func Test_str_split()
976 func Test_listdict_compare()
996 func Test_listdict_compare_complex()
1011 func Test_listdict_extend()
1107 func Test_listdict_extendnew()
1119 func s:check_scope_dict(x, fixed)
1120 func s:gen_cmd(cmd, x)
1165 func Test_scope_dict()
1192 func Test_deep_nested_list()
1211 func Test_deep_nested_dict()
1230 func Test_listdict_index()
1253 func Test_null_list()
1303 func Test_null_dict()