Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc349 v8::Local<v8::Function> breakFunction; in breakProgram() local
354 .ToLocal(&breakFunction)) in breakProgram()
356 v8::debug::Call(debuggerContext(), breakFunction).ToLocalChecked(); in breakProgram()