Searched refs:allow_active_isolate_for_testing (Results 1 – 4 of 4) sorted by relevance
26 bool allow_active_isolate_for_testing, in SanitizeNativeContextScope() argument34 if (!allow_active_isolate_for_testing) { in SanitizeNativeContextScope()107 isolate(), context_.native_context(), allow_active_isolate_for_testing(), in Serialize()126 if (!allow_active_isolate_for_testing()) { in SerializeObjectImpl()
29 SanitizeIsolateScope(Isolate* isolate, bool allow_active_isolate_for_testing, in SanitizeIsolateScope() argument36 if (!allow_active_isolate_for_testing) { in SanitizeIsolateScope()221 isolate, allow_active_isolate_for_testing(), no_gc); in SerializeStrongReferences()
76 CHECK_IMPLIES(!allow_active_isolate_for_testing(), in SerializeReadOnlyRoots()
312 bool allow_active_isolate_for_testing() const { in allow_active_isolate_for_testing() function