Home | History | Annotate | Download | only in builtins

Lines Matching defs:weak_cell

377       Node* weak_cell =
379 GotoIf(WordEqual(weak_cell, UndefinedConstant()), &call_runtime);
380 map.Bind(LoadWeakCellValue(weak_cell, &call_runtime));