Lines Matching defs:async
58 const JSON_ASYNC_PROPERTY = "async";
149 private bool $async;
432 * it can be ran as soon as possible (ie async)
438 $this->async = !$bool;
600 $async = $array[self::JSON_ASYNC_PROPERTY] ?? null;
601 if ($async !== null) {
602 $snippet->setDoesManipulateTheDomOnRun($async);
797 if (isset($this->async)) {
798 $dataToSerialize[self::JSON_ASYNC_PROPERTY] = $this->async;
1027 // not async: it will run as soon as possible