Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A DoptionalChain.cpp47 auto *notNullish = pg_->AllocLabel(); in CheckNullish() local
54 pg_->Branch(node_, notNullish); in CheckNullish()
60 pg_->SetLabel(node_, notNullish); in CheckNullish()
H A Ddestructuring.cpp219 auto *notNullish = pg->AllocLabel(); in GenObject() local
226 pg->Branch(object, notNullish); in GenObject()
231 pg->SetLabel(object, notNullish); in GenObject()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Ddestructuring.cpp237 auto *notNullish = pg->AllocLabel(); in GenObject() local
240 pg->BranchIfCoercible(object, notNullish); in GenObject()
243 pg->SetLabel(object, notNullish); in GenObject()

Completed in 2 milliseconds