Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function createContext($code)
 {
     $this->context = $this->v8->compileString($code);
     $this->v8->executeScript($this->context);
 }