Searched refs:new_smi (Results 1 – 1 of 1) sorted by relevance
353 Handle<Object> new_smi = Handle<Object>(Smi::FromInt(i), isolate); in TEST() local355 CHECK_EQ(new_smi.location(), old_smi.location()); in TEST()