Searched refs:runtimes (Results 1 – 6 of 6) sorted by relevance
51 public function setRuntimes($runtimes) argument53 $this->runtimes = $runtimes;60 return $this->runtimes;
10 *note: this relies on Node/V8 specific APIs, as such other runtimes may not work*
564 'runtimes',568 'path' => 'v1/{+parent}/runtimes',624 'path' => 'v1/{+parent}/runtimes',
84 private $runtimes = []; variable in Twig\\Environment954 if (isset($this->runtimes[$class])) {955 return $this->runtimes[$class];960 return $this->runtimes[$class] = $runtime;
92 Older versions and other runtimes are likely to work but have not been formally
365 …- This means that template compiled with versions prior to 4.3.0 will not work with runtimes >= 4.…