We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3e0c9 commit 606eb5aCopy full SHA for 606eb5a
README.md
@@ -63,6 +63,7 @@ class V8Js
63
64
/**
65
* Initializes and starts V8 engine and returns new V8Js object with it's own V8 context.
66
+ * Snapshots are supported by V8 4.3.7 and higher.
67
* @param string $object_name
68
* @param array $variables
69
* @param array $extensions
@@ -178,6 +179,8 @@ class V8Js
178
179
180
181
* Creates a custom V8 heap snapshot with the provided JavaScript source embedded.
182
+ * Snapshots are supported by V8 4.3.7 and higher. For older versions of V8 this
183
+ * extension doesn't provide this method.
184
* @param string $embed_source
185
* @return string|false
186
*/
0 commit comments