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 c560665 commit 8993bd4Copy full SHA for 8993bd4
src/V8Js.php
@@ -13,8 +13,6 @@ class V8Js
13
const DEBUG_AUTO_BREAK_ONCE = 2;
14
const DEBUG_AUTO_BREAK_ALWAYS = 3;
15
16
- /* Methods */
17
-
18
/**
19
* Initializes and starts V8 engine and Returns new V8Js object with it's own V8 context.
20
*
@@ -117,8 +115,6 @@ public function clearPendingException()
117
115
public function startDebugAgent($agent_name = 'V8Js', $port = 9222, $auto_break = self::DEBUG_AUTO_BREAK_NEVER)
118
116
{}
119
120
- /** Static methods **/
121
122
123
* Registers persistent context independent global Javascript extension.
124
* NOTE! These extensions exist until PHP is shutdown and they need to be registered before V8 is initialized.
0 commit comments