Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug-debugger.js1012 return new NewFunctionEvent(func);
1016 function NewFunctionEvent(func) { class
1021 NewFunctionEvent.prototype.eventType = function() {
1026 NewFunctionEvent.prototype.name = function() {
1031 NewFunctionEvent.prototype.setBreakPoint = function(p) {