Home | History | Annotate | Download | only in cctest

Lines Matching defs:s2

660       heap_profiler->TakeHeapSnapshot(v8_str("s2"));
697 v8::Local<v8::String> s2_str = v8_str("s2");
1573 const v8::HeapSnapshot* s2 =
1575 CHECK_NE(NULL, s2);
1577 unsigned uid2 = s2->GetUid();
1579 CHECK_EQ(s2, FindHeapSnapshot(heap_profiler, uid2));
1587 const_cast<v8::HeapSnapshot*>(s2)->Delete();