Home
last modified time | relevance | path

Searched refs:hasParent (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DnodeHasParent.cpp25 const auto hasParent = ast->Parent() != nullptr; in operator ()() local
26 if (!isEtsScript && !hasParent) { in operator ()()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_verifier_short_test.cpp61 bool hasParent = messages.empty(); in TEST_F() local
62 ASSERT_FALSE(hasParent); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3441 bool hasParent = !parent->IsNull(); in NewSendableClassFunction() local
3453 if (hasParent) { in NewSendableClassFunction()
3466 if (hasParent) { in NewSendableClassFunction()

Completed in 14 milliseconds