Home
last modified time | relevance | path

Searched refs:ExtractAccessorPairProperty (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dheap-snapshot-generator.h391 bool ExtractAccessorPairProperty(JSObject* js_obj, int entry,
Dheap-snapshot-generator.cc1681 ExtractAccessorPairProperty( in ExtractPropertyReferences()
1710 if (ExtractAccessorPairProperty(js_obj, entry, k, value)) continue; in ExtractPropertyReferences()
1718 bool V8HeapExplorer::ExtractAccessorPairProperty( in ExtractAccessorPairProperty() function in v8::internal::V8HeapExplorer