Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/tooling/base/
Dpt_events.h66 BreakpointResolved &SetLocation(std::unique_ptr<Location> location) in SetLocation() function
791 ConsoleProfileFinished &SetLocation(std::unique_ptr<Location> location) in SetLocation() function
861 ConsoleProfileStarted &SetLocation(std::unique_ptr<Location> location) in SetLocation() function
Dpt_types.h1392 CallFrame &SetLocation(std::unique_ptr<Location> location) in SetLocation() function
/ark/js_runtime/ecmascript/tooling/test/
Ddebugger_events_test.cpp71 breakpointResolved.SetBreakpointId("00").SetLocation(std::move(location)); in HWTEST_F_L0()
398 …consoleProfileFinished.SetId("11").SetLocation(std::move(location)).SetProfile(std::move(profile))… in HWTEST_F_L0()
437 consoleProfileStarted.SetId("12").SetLocation(std::move(location)).SetTitle("002"); in HWTEST_F_L0()
/ark/js_runtime/ecmascript/tooling/agent/
Ddebugger_impl.cpp880 .SetLocation(std::move(location)) in GenerateCallFrame()