Lines Matching refs:JSPtLocation
51 breakpoint = [this](const JSPtLocation &location) {
65 singleStep = [this](const JSPtLocation &location) {
107 JSPtLocation location1_ {nullptr, JSPtLocation::EntityId(0), 0};
108 JSPtLocation location2_ {nullptr, JSPtLocation::EntityId(0), 0};
111 std::vector<JSPtLocation> pointerLocations_;
112 std::vector<JSPtLocation> stepLocations_;
114 void SetJSPtLocation(size_t *arr, size_t number, std::vector<JSPtLocation> &locations)
117 JSPtLocation location_ = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN],