@@ -21,9 +21,6 @@ |
||
| 21 | 21 | use Pinepain\JsSandbox\Extractors\ExtractorInterface; |
| 22 | 22 | use V8\Context; |
| 23 | 23 | use V8\DateObject; |
| 24 | -use V8\NumberObject; |
|
| 25 | -use V8\NumberValue; |
|
| 26 | -use V8\RegExpObject; |
|
| 27 | 24 | use V8\Value; |
| 28 | 25 | |
| 29 | 26 | |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | use Pinepain\JsSandbox\Extractors\ExtractorInterface; |
| 22 | 22 | use V8\Context; |
| 23 | 23 | use V8\FunctionObject; |
| 24 | -use V8\ObjectValue; |
|
| 25 | 24 | use V8\Value; |
| 26 | 25 | |
| 27 | 26 | |
@@ -17,15 +17,11 @@ |
||
| 17 | 17 | |
| 18 | 18 | |
| 19 | 19 | use Pinepain\JsSandbox\Extractors\Definition\PlainExtractorDefinitionInterface; |
| 20 | -use Pinepain\JsSandbox\Extractors\Definition\VariableExtractorDefinition; |
|
| 21 | -use Pinepain\JsSandbox\Extractors\Definition\VariableExtractorDefinitionInterface; |
|
| 22 | 20 | use Pinepain\JsSandbox\Extractors\ExtractorException; |
| 23 | 21 | use Pinepain\JsSandbox\Extractors\ExtractorInterface; |
| 24 | 22 | use Pinepain\JsSandbox\Extractors\ObjectComponents\ExtractorsObjectStoreInterface; |
| 25 | 23 | use UnexpectedValueException; |
| 26 | 24 | use V8\Context; |
| 27 | -use V8\NumberObject; |
|
| 28 | -use V8\NumberValue; |
|
| 29 | 25 | use V8\ObjectValue; |
| 30 | 26 | use V8\Value; |
| 31 | 27 | |
@@ -17,7 +17,6 @@ |
||
| 17 | 17 | |
| 18 | 18 | |
| 19 | 19 | use Pinepain\JsSandbox\Exceptions\NativeException; |
| 20 | -use Pinepain\JsSandbox\Wrappers\FunctionComponents\FunctionCallHandler; |
|
| 21 | 20 | use Throwable; |
| 22 | 21 | use V8\CallbackInfo; |
| 23 | 22 | use V8\ExceptionManager; |