Lines Matching defs:function
59 // Returns a debug string representation of the function.
60 Local<String> GetFunctionDescription(Local<Function> function);
62 // Schedule a debugger break to happen when function is called inside given
117 StepOut = 0, // Step out of the current function.
118 StepOver = 1, // Step to the next statement in the current function.
120 // in the current function.
378 explicit FunctionData(i::CoverageFunction* function,
380 : function_(function), coverage_(std::move(coverage)) {}
566 Local<Function> function, Local<Value> recv,
581 v8::Isolate* isolate, v8::Local<v8::Script> function,
584 int GetDebuggingId(v8::Local<v8::Function> function);
586 bool SetFunctionBreakpoint(v8::Local<v8::Function> function,