Home
last modified time | relevance | path

Searched refs:RecordError (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dmodule.h205 void RecordError(Isolate* isolate);
Dmodule.cc255 void Module::RecordError(Isolate* isolate) { in RecordError() function in v8::internal::Module
692 descendant->RecordError(isolate); in Evaluate()
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc846 RecordError(kMemoryIsCorrupt); in SetCorrupt()
918 void PersistentMemoryAllocator::RecordError(int error) const { in RecordError() function in base::PersistentMemoryAllocator
Dpersistent_memory_allocator.h673 void RecordError(int error) const;