Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-debug.cc107 bool* has_caught = NULL) { in DebugGetProperty() argument
131 if (has_caught != NULL) *has_caught = true; in DebugGetProperty()
350 bool has_caught = false; in RUNTIME_FUNCTION() local
351 Handle<Object> value = DebugGetProperty(&it, &has_caught); in RUNTIME_FUNCTION()
374 details->set(3, isolate->heap()->ToBoolean(has_caught)); in RUNTIME_FUNCTION()