Home
last modified time | relevance | path

Searched refs:foundValue (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtransitions_dictionary_test.cpp212 JSTaggedValue foundValue = transDic->GetValue(foundEntry); in HWTEST_F_L0() local
214 EXPECT_EQ(foundValue, weakValue); in HWTEST_F_L0()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp1756 auto foundValue = std::find_if(body.begin(), body.end(), [propName](ir::AstNode *node) {
1759 if (foundValue != body.end()) {
1760 classProp = (*foundValue)->AsClassProperty();

Completed in 3 milliseconds