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
8
8
const FLAG_FORCE_ARRAY = 2 ;
9
9
const FLAG_PROPAGATE_PHP_EXCEPTIONS = 4 ;
10
10
11
- const DEBUG_AUTO_BREAK_NEVER = 1 ;
12
- const DEBUG_AUTO_BREAK_ONCE = 2 ;
13
- const DEBUG_AUTO_BREAK_ALWAYS = 3 ;
14
-
15
11
/**
16
12
* Initializes and starts V8 engine and Returns new V8Js object with it's own V8 context.
17
13
*
@@ -102,18 +98,6 @@ public function getPendingException()
102
98
public function clearPendingException ()
103
99
{}
104
100
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
-
117
101
/**
118
102
* Registers persistent context independent global Javascript extension.
119
103
* 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