Skip to content

Commit 1464934

Browse files
committed
API Update.
1 parent a8609a9 commit 1464934

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/V8Js.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)