Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-generator-inl.h26 bool JSGeneratorObject::is_suspended() const { in is_suspended() function in v8::internal::JSGeneratorObject
H A Djs-generator.h30 inline bool is_suspended() const;
H A Dobjects.cc6744 CHECK(is_suspended()); in source_position()
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc249 DCHECK(generator->is_suspended()); in GetInternalProperties()
391 if (!gen->is_suspended()) { in RUNTIME_FUNCTION()
417 if (!gen->is_suspended()) { in RUNTIME_FUNCTION()
/third_party/libinput/src/
H A Devdev.c2176 if (d->is_suspended && in evdev_notify_added_device()
2934 if (device->is_suspended) in evdev_notify_suspended_device()
2946 device->is_suspended = true; in evdev_notify_suspended_device()
2954 if (!device->is_suspended) in evdev_notify_resumed_device()
2966 device->is_suspended = false; in evdev_notify_resumed_device()
H A Devdev.h179 bool is_suspended; member
H A Devdev-mt-touchpad-buttons.c1192 if (tp->device->is_suspended) in tp_notify_clickpadbutton()
H A Devdev-mt-touchpad.c1857 if (tp->device->is_suspended) { in tp_post_events()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc989 CHECK(obj->is_suspended()); in SuspendedLocation()
1003 return Utils::OpenHandle(this)->is_suspended(); in IsSuspended()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc632 DCHECK(is_suspended()); in JSGeneratorObjectPrint()
651 if (is_suspended()) os << " (suspended)"; in JSGeneratorObjectPrint()
652 if (is_suspended()) { in JSGeneratorObjectPrint()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc954 CHECK(generator_object->is_suspended()); in CaptureAsyncStackTrace()

Completed in 40 milliseconds