Searched defs:IsPending (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc-js/ | ||
D | cpp-snapshot.cc | 121 bool IsPending() const { return pending_; } in IsPending() function in v8::internal::StateBase |
/third_party/node/deps/v8/src/handles/ | ||
D | global-handles.cc | 506 bool IsPending() const { return state() == PENDING; } in IsPending() function in v8::internal::GlobalHandles::Node |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ | ||
D | stylo.hpp | 117468 bool IsPending() { return mEvent != nullptr; } in IsPending() function in nsRevocableEventPtr |