Home
last modified time | relevance | path

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

/external/v8/src/handles/
Dglobal-handles.cc488 bool has_callback() const { return weak_callback_ != nullptr; } in has_callback()
515 weak_callback_ = phantom_callback; in MakeWeak()
524 weak_callback_ = nullptr; in MakeWeak()
546 DCHECK_NOT_NULL(weak_callback_); in CollectPhantomCallbackData()
560 PendingPhantomCallback(weak_callback_, parameter(), embedder_fields))); in CollectPhantomCallbackData()
569 DCHECK_NULL(weak_callback_); in ResetPhantomHandle()
593 weak_callback_(data); in PostGarbageCollectionProcessing()
608 void ClearImplFields() { weak_callback_ = nullptr; } in ClearImplFields()
610 void CheckImplFieldsAreCleared() { DCHECK_EQ(nullptr, weak_callback_); } in CheckImplFieldsAreCleared()
619 WeakCallbackInfo<void>::Callback weak_callback_; member in v8::internal::GlobalHandles::Node
/external/v8/tools/cfi/
Dblacklist.txt23 # weak_callback_ is cast from original type.