Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc5762 static bool SafeIsNativeContext(HeapObject* obj) { in SafeIsNativeContext() function
5784 bool is_native_context = SafeIsNativeContext(obj); in MarkRecursively()