Home
last modified time | relevance | path

Searched refs:ClearMirrorCache (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Dmirrors.js106 ClearMirrorCache();
110 function ClearMirrorCache(value) { class
3046 "ClearMirrorCache", ClearMirrorCache
Ddebug.h536 void ClearMirrorCache();
Ddebug.cc1429 void Debug::ClearMirrorCache() { in ClearMirrorCache() function in v8::internal::Debug
2142 if (!isolate()->has_pending_exception()) debug_->ClearMirrorCache(); in ~DebugScope()