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