HomeSort by relevance Sort by last modified time
    Searched full:constructorprop (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ListenerLeakTest.cpp 74 const v8::HeapGraphNode* constructorProp = GetProperty(node, v8::HeapGraphEdge::kProperty, "constructor");
76 if (constructorProp) {
77 v8::String::AsciiValue constructorName(constructorProp->GetName());

Completed in 100 milliseconds