Home
last modified time | relevance | path

Searched defs:condFuncRef (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger.h29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, const Global<FunctionRef> &condFuncRef) JSBreakpoint() argument
H A Djs_debugger.cpp24 bool JSDebugger::SetBreakpoint(const JSPtLocation &location, Local<FunctionRef> condFuncRef) in SetBreakpoint() argument
297 auto condFuncRef = breakpoint.value().GetConditionFunction(); in IsBreakpointCondSatisfied() local
H A Ddebugger_api.cpp258 SetBreakpoint(JSDebugger *debugger, const JSPtLocation &location, Local<FunctionRef> condFuncRef, bool isSmartBreakpoint) SetBreakpoint() argument

Completed in 4 milliseconds