Home
last modified time | relevance | path

Searched refs:weakness_type (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc472 WeaknessType weakness_type() const { in weakness_type() function in v8::internal::final
475 void set_weakness_type(WeaknessType weakness_type) { in set_weakness_type() argument
476 flags_ = NodeWeaknessType::update(flags_, weakness_type); in set_weakness_type()
484 return weakness_type() == PHANTOM_WEAK || in IsPhantomCallback()
485 weakness_type() == PHANTOM_WEAK_2_EMBEDDER_FIELDS; in IsPhantomCallback()
489 return weakness_type() == PHANTOM_WEAK_RESET_HANDLE; in IsPhantomResetHandle()
492 bool IsFinalizerHandle() const { return weakness_type() == FINALIZER_WEAK; } in IsFinalizerHandle()
503 return state() == PENDING && weakness_type() == FINALIZER_WEAK; in IsPendingFinalizer()
510 !(state() == NEAR_DEATH && weakness_type() != FINALIZER_WEAK); in IsRetainer()
517 (state() == NEAR_DEATH && weakness_type() in IsWeakRetainer()
[all...]

Completed in 3 milliseconds