File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ class V8Js
88 const FLAG_FORCE_ARRAY = 2 ;
99 const FLAG_PROPAGATE_PHP_EXCEPTIONS = 4 ;
1010
11- const DEBUG_AUTO_BREAK_NEVER = 1 ;
12- const DEBUG_AUTO_BREAK_ONCE = 2 ;
13- const DEBUG_AUTO_BREAK_ALWAYS = 3 ;
14-
1511 /**
1612 * Initializes and starts V8 engine and Returns new V8Js object with it's own V8 context.
1713 *
@@ -102,18 +98,6 @@ public function getPendingException()
10298 public function clearPendingException ()
10399 {}
104100
105- /**
106- * Starts V8 debug agent for use with Google Chrome Developer Tools (Eclipse Plugin)
107- *
108- * @param string $agent_name
109- * @param int $port
110- * @param int $auto_break
111- *
112- * @return bool
113- */
114- public function startDebugAgent ($ agent_name = 'V8Js ' , $ port = 9222 , $ auto_break = self ::DEBUG_AUTO_BREAK_NEVER )
115- {}
116-
117101 /**
118102 * Registers persistent context independent global Javascript extension.
119103 * NOTE! These extensions exist until PHP is shutdown and they need to be registered before V8 is initialized.
You can’t perform that action at this time.
0 commit comments