Home
last modified time | relevance | path

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

/external/v8/src/
Dic.cc2022 LookupResult debug_lookup(isolate); in RUNTIME_FUNCTION() local
2023 receiver->LocalLookup(isolate->heap()->length_symbol(), &debug_lookup); in RUNTIME_FUNCTION()
2024 ASSERT(debug_lookup.type() == CALLBACKS && !debug_lookup.IsReadOnly()); in RUNTIME_FUNCTION()