|
@@ -14,7 +14,7 @@ Minimum requirements
|
|
V8 is Google's open source Javascript engine.
|
|
V8 is Google's open source Javascript engine.
|
|
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
|
|
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
|
|
V8 implements ECMAScript as specified in ECMA-262, 5th edition.
|
|
V8 implements ECMAScript as specified in ECMA-262, 5th edition.
|
|
- This extension makes use of V8 isolates to ensure separation between multiple V8Js instances and uses the new isolate-based mechanism to throw exceptions, hence the need for 3.24.10 or above.
|
|
|
|
|
|
+ This extension makes use of V8 isolates to ensure separation between multiple V8Js instances and uses the new isolate-based mechanism to throw exceptions, hence the need for 3.24.6 or above.
|
|
|
|
|
|
For a detailed overview of which V8 version V8Js can be successfully built against, see the
|
|
For a detailed overview of which V8 version V8Js can be successfully built against, see the
|
|
[Jenkins V8Js build matrix](https://jenkins.brokenpipe.de/job/docker-v8js-matrix/).
|
|
[Jenkins V8Js build matrix](https://jenkins.brokenpipe.de/job/docker-v8js-matrix/).
|