Lines Matching defs:function
9 #include "include/v8-function.h"
155 void forEachSession(std::function<void(V8InspectorSessionImpl*)> callback) {
628 v8::Local<v8::Function> function,
636 session->debuggerAgent()->setBreakpointFor(function, condition, source);
638 session->debuggerAgent()->removeBreakpointFor(function, source);
646 v8::Local<v8::Function> function;
648 if (!helper.firstArgAsFunction().ToLocal(&function)) return;
652 setFunctionBreakpoint(helper, sessionId, function,
661 v8::Local<v8::Function> function;
662 if (!helper.firstArgAsFunction().ToLocal(&function)) return;
663 setFunctionBreakpoint(helper, sessionId, function,
672 v8::Local<v8::Function> function;
673 if (!helper.firstArgAsFunction().ToLocal(&function)) return;
674 v8::Local<v8::Value> name = function->GetName();
676 name = function->GetInferredName();
680 builder.append("console.log(\"function ");
682 builder.append("(anonymous function)");
689 setFunctionBreakpoint(helper, sessionId, function,
699 v8::Local<v8::Function> function;
700 if (!helper.firstArgAsFunction().ToLocal(&function)) return;
701 setFunctionBreakpoint(helper, sessionId, function,