Lines Matching defs:function
11 #include "include/v8-function.h"
114 v8::Local<v8::Function> function) {
118 builder.appendNumber(v8::debug::GetDebuggingId(function));
644 return Response::ServerError("Could not find function with given id");
646 v8::Local<v8::Function> function =
649 generateBreakpointId(BreakpointType::kBreakpointAtEntry, function);
657 setBreakpointImpl(breakpointId, function, condition);
987 v8::Local<v8::Function> function,
990 if (!v8::debug::SetFunctionBreakpoint(function, condition,
1924 void V8DebuggerAgentImpl::setBreakpointFor(v8::Local<v8::Function> function,
1930 function);
1935 setBreakpointImpl(breakpointId, function, condition);
1938 void V8DebuggerAgentImpl::removeBreakpointFor(v8::Local<v8::Function> function,
1943 function);