Skip to content

Commit 8993bd4

Browse files
committed
Cleanup.
1 parent c560665 commit 8993bd4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/V8Js.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ class V8Js
1313
const DEBUG_AUTO_BREAK_ONCE = 2;
1414
const DEBUG_AUTO_BREAK_ALWAYS = 3;
1515

16-
/* Methods */
17-
1816
/**
1917
* Initializes and starts V8 engine and Returns new V8Js object with it's own V8 context.
2018
*
@@ -117,8 +115,6 @@ public function clearPendingException()
117115
public function startDebugAgent($agent_name = 'V8Js', $port = 9222, $auto_break = self::DEBUG_AUTO_BREAK_NEVER)
118116
{}
119117

120-
/** Static methods **/
121-
122118
/**
123119
* Registers persistent context independent global Javascript extension.
124120
* NOTE! These extensions exist until PHP is shutdown and they need to be registered before V8 is initialized.

0 commit comments

Comments
 (0)