Home
last modified time | relevance | path

Searched refs:NewFunctionEvent (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Ddebug-debugger.js1198 return new NewFunctionEvent(func);
1202 function NewFunctionEvent(func) { class
1207 NewFunctionEvent.prototype.eventType = function() {
1212 NewFunctionEvent.prototype.name = function() {
1217 NewFunctionEvent.prototype.setBreakPoint = function(p) {