Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-debug.cc361 bool has_js_accessors = !maybe_pair.is_null() && maybe_pair->IsAccessorPair(); in RUNTIME_FUNCTION() local
363 isolate->factory()->NewFixedArray(has_js_accessors ? 6 : 3); in RUNTIME_FUNCTION()
372 if (has_js_accessors) { in RUNTIME_FUNCTION()