Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserImpl.cpp959 lexer::SourcePosition startLocation = lexer_->GetToken().Start(); in ParseSpreadElement() local
979 spreadElementNode->SetRange({startLocation, argument->End()}); in ParseSpreadElement()
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_types_test.cpp1259 // abnormal params of params.sub-key=["type":"global","object":{..},"startLocation":10]
1262 ObjectType::Bigint + R"("},"startLocation":10}})";
1266 // abnormal params of params.sub-key=["type":"global","object":{..},"startLocation":{"12":"34"}]
1269 ObjectType::Bigint + R"("},"startLocation":{"12":"34"}}})";
1311 "startLocation":{"scriptId":"2","lineNumber":99},
1336 ret = objJson->GetObject("startLocation", &tmpJson);
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp1900 std::unique_ptr<PtJson> startLocation; in Create() local
1902 ret = params.GetObject("startLocation", &startLocation); in Create()
1904 obj = Location::Create(*startLocation); in Create()
1906 error += "'startLocation' format error;"; in Create()
1911 error += "Wrong type of 'startLocation';"; in Create()
1947 result->Add("startLocation", startLocation_.value()->ToJson()); in ToJson()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp4099 lexer::SourcePosition startLocation = lexer_->GetToken().Start(); in ParseSpreadElement() local
4129 spreadElementNode->SetRange({startLocation, endLoc}); in ParseSpreadElement()

Completed in 17 milliseconds