Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetConstructorName

1836 TEST(GetConstructorName) {
1859 "Constructor1", i::V8HeapExplorer::GetConstructorName(*js_obj1)));
1863 "Constructor2", i::V8HeapExplorer::GetConstructorName(*js_obj2)));
1869 0, StringCmp("Object", i::V8HeapExplorer::GetConstructorName(*js_obj3)));
1875 0, StringCmp("Object", i::V8HeapExplorer::GetConstructorName(*js_obj4)));
1879 "Object", i::V8HeapExplorer::GetConstructorName(*js_obj5)));
1883 "Object", i::V8HeapExplorer::GetConstructorName(*js_obj6)));