Home | History | Annotate | Download | only in heap

Lines Matching defs:h3

545   Handle<Object> h3;
556 h3 = global_handles->Create(*i);
565 CHECK((*h3)->IsString());
568 CHECK_EQ(*h3, *h1);
570 GlobalHandles::Destroy(h3.location());