Home | History | Annotate | Download | only in cctest

Lines Matching full:root2

385     Handle<Object> root2;
389 root2 = deserializer.DeserializePartial(isolate, global_proxy)
391 CHECK(root2->IsString());
392 CHECK(root.is_identical_to(root2));
498 Handle<Object> root2;
502 root2 = deserializer.DeserializePartial(isolate, global_proxy)
504 CHECK(root2->IsContext());
505 CHECK(!root.is_identical_to(root2));