Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc5784 bool is_native_context = SafeIsNativeContext(obj); in MarkRecursively() local
5794 if (is_native_context && (visit_mode_ == VISIT_ONLY_STRONG)) { in MarkRecursively()