Home
last modified time | relevance | path

Searched refs:LINE_COLUMN (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_step_into_test.h35 size_t breakpoint[POINTER_SIZE][LINE_COLUMN] = in JsStepIntoTest()
38 size_t stepInto[STEP_SIZE][LINE_COLUMN] = in JsStepIntoTest()
102 static constexpr size_t LINE_COLUMN = 2; member in panda::ecmascript::tooling::test::JsStepIntoTest
117 JSPtLocation location = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN], in SetJSPtLocation()
118 arr[i * LINE_COLUMN + 1], pandaFile_.c_str()); in SetJSPtLocation()
H A Djs_step_over_test.h100 static constexpr size_t LINE_COLUMN = 2; member in panda::ecmascript::tooling::test::JsStepOverTest
117 JSPtLocation location_ = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN], in SetJSPtLocation()
118 arr[i * LINE_COLUMN + 1], pandaFile_.c_str()); in SetJSPtLocation()
H A Djs_step_out_test.h96 static constexpr size_t LINE_COLUMN = 2; member in panda::ecmascript::tooling::test::JsStepOutTest
113 JSPtLocation location_ = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN], in SetJSPtLocation()
114 arr[i * LINE_COLUMN + 1], pandaFile_.c_str()); in SetJSPtLocation()
H A Djs_dropframe_test.h53 size_t breakpoint[POINTER_SIZE][LINE_COLUMN] = in JsDropFrameTest()
305 static constexpr size_t LINE_COLUMN = 2; member in panda::ecmascript::tooling::test::JsDropFrameTest
386 JSPtLocation location = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN], in SetJSPtLocation()
387 arr[i * LINE_COLUMN + 1], pandaFile_.c_str()); in SetJSPtLocation()

Completed in 2 milliseconds