Home
last modified time | relevance | path

Searched defs:callbackFunc (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_extractor.cpp33 auto callbackFunc = [&retId, &retOffset](const JSPtLocation &jsLocation) -> bool { in GetBreakpointAddress() local
/arkcompiler/toolchain/tooling/backend/
H A Djs_single_stepper.cpp95 auto callbackFunc = [table, &ranges](int32_t line) -> bool { in GetStepRanges() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_finalization_registry_test.cpp49 JSHandle<JSFunction> callbackFunc = factory->NewJSFunction(env, reinterpret_cast<void *>( in CreateFinalizationRegistry() local
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp256 auto callbackFunc = [](int32_t line) -> bool { in IsSkipLine() local
1124 auto callbackFunc = [](const JSPtLocation &) -> bool { in GetPossibleBreakpoints() local
1183 auto callbackFunc = [this](const JSPtLocation &location) -> bool { in RemoveBreakpoint() local
1278 auto callbackFunc = [this, &condition, &isSmartBreakpoint](const JSPtLocation &location) -> bool { in SetBreakpointByUrl() local

Completed in 5 milliseconds