Lines Matching defs:ccc
810 if (strcmp(*ascii, "CCC") == 0)
811 return new TestRetainedObjectInfo(2, "ccc-group", "ccc");
865 v8::Persistent<v8::String>::New(v8_str("CCC"));
887 snapshot->GetRoot(), v8::HeapGraphNode::kSynthetic, "ccc-group");
888 const v8::HeapGraphNode* ccc = GetNode(
889 native_group_ccc, v8::HeapGraphNode::kNative, "ccc");
890 CHECK_NE(NULL, ccc);
898 CHECK_EQ(1, ccc->GetChildrenCount());
900 ccc, v8::HeapGraphNode::kString, "CCC");
905 CHECK_EQ(ccc, GetProperty(n_CCC, v8::HeapGraphEdge::kInternal, "native"));
1355 v8::Persistent<v8::String>::New(v8_str("CCC"));