Searched refs:cell_contents (Results 1 – 12 of 12) sorted by relevance
89 f.__closure__[0].cell_contents100 c[0].cell_contents = 9101 self.assertEqual(c[0].cell_contents, 9)104 del c[0].cell_contents106 c[0].cell_contents
179 class_ref = function.__closure__[0].cell_contents
104 namespace[name] = cell.cell_contents
236 closure = tuple(c.cell_contents for c in func.__closure__)
80 f.func_closure[0].cell_contents
498 [c.cell_contents for c in fn.__closure__]))
2973 Node* cell_contents = in StoreGlobalIC_PropertyCellCase() local2990 GotoIf(IsTheHole(cell_contents), miss); in StoreGlobalIC_PropertyCellCase()3001 GotoIfNot(TaggedIsSmi(cell_contents), ¬_smi); in StoreGlobalIC_PropertyCellCase()3008 Node* expected_map = LoadMap(cell_contents); in StoreGlobalIC_PropertyCellCase()3022 GotoIfNot(WordEqual(cell_contents, value), miss); in StoreGlobalIC_PropertyCellCase()
1411 var : cell.cell_contents
516 | | the ``cell_contents`` | |538 A cell object has the attribute ``cell_contents``. This can be used to get
485 Fix a SystemError when accessing the ``cell_contents`` attribute of an empty
1074 cell object. Now, a ``cell_contents`` attribute has been added
18458 cell object. Now, a ``cell_contents`` attribute has been added