Lines Matching refs:dict
381 func d.func(a) dict
426 let g:dict = {}
427 function g:dict.func() dict
428 return 'g:dict.func' . self.foo[1] . self.foo[0]('asdf')
430 let g:dict.foo = ['-', 2, 3]
431 call insert(g:dict.foo, function('strlen'))
432 call assert_equal('g:dict.func-4', g:dict.func())
433 unlet g:dict
506 " Nasty: deepcopy() dict that refers to itself (fails when noref used)
707 " Locked variables and :unlet or list / dict functions
709 " No :unlet after lock on dict:
716 " unlet after lock on dict item
730 " filter() after lock on dict item
744 " map() after lock on dict
757 " No extend() after lock on dict item
765 " Cannot use += with a locked dict
975 " compare recursively linked list and dict
995 " compare complex recursively linked list and dict
1229 " List and dict indexing tests
1302 " Test for a null dict