Home
last modified time | relevance | path

Searched defs:condFuncRef (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/test/testcases/
Djs_single_step_test.h40 auto condFuncRef = FunctionRef::Undefined(vm_); in JsSingleStepTest() local
Djs_range_error_test.h65 auto condFuncRef = FunctionRef::Undefined(vm_); in JsRangeErrorTest() local
Djs_syntax_exception_test.h65 auto condFuncRef = FunctionRef::Undefined(vm_); in JsSyntaxExceptionTest() local
Djs_throw_exception_test.h68 auto condFuncRef = FunctionRef::Undefined(vm_); in JsThrowExceptionTest() local
Djs_step_into_test.h45 auto condFuncRef = FunctionRef::Undefined(vm_); in JsStepIntoTest() local
Djs_step_over_test.h43 auto condFuncRef = FunctionRef::Undefined(vm_); in JsStepOverTest() local
Djs_step_out_test.h43 auto condFuncRef = FunctionRef::Undefined(vm_); in JsStepOutTest() local
Djs_variable_second_test.h47 auto condFuncRef = FunctionRef::Undefined(vm_); in JsVariableSecondTest() local
Djs_variable_first_test.h47 auto condFuncRef = FunctionRef::Undefined(vm_); in JsVariableFirstTest() local
Djs_dropframe_test.h62 auto condFuncRef = FunctionRef::Undefined(vm_); in JsDropFrameTest() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp24 bool JSDebugger::SetBreakpoint(const JSPtLocation &location, Local<FunctionRef> condFuncRef) in SetBreakpoint()
302 auto condFuncRef = breakpoint.value().GetConditionFunction(); in IsBreakpointCondSatisfied() local
Djs_debugger.h30 const Global<FunctionRef> &condFuncRef) : sourceFile_(sourceFile), ptMethod_(ptMethod), in JSBreakpoint()
Ddebugger_api.cpp266 Local<FunctionRef> condFuncRef, bool isSmartBreakpoint) in SetBreakpoint()
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp1468 Local<FunctionRef> condFuncRef = FunctionRef::Undefined(vm_); in SetBreakpointByUrl() local