@@ -96,6 +96,9 @@ |
||
| 96 | 96 | return $this->wrap($this->getRuntimeFunction()); |
| 97 | 97 | } |
| 98 | 98 | |
| 99 | + /** |
|
| 100 | + * @param RuntimeFunction $value |
|
| 101 | + */ |
|
| 99 | 102 | public function wrap($value) |
| 100 | 103 | { |
| 101 | 104 | return $this->wrapper->wrap($this->getIsolate(), $this->getContext(), $value); |