Home | History | Annotate | Download | only in cctest

Lines Matching full:literals

1968   const v8::HeapGraphNode* literals =
1969 GetProperty(fun_code, v8::HeapGraphEdge::kInternal, "literals");
1970 CHECK_NE(NULL, literals);
1971 CHECK_EQ(v8::HeapGraphNode::kArray, literals->GetType());
1972 CHECK_EQ(2, literals->GetChildrenCount());
1974 // The second value in the literals array should be the boilerplate,
1976 const v8::HeapGraphEdge* prop = literals->GetChild(1);