Home
last modified time | relevance | path

Searched refs:BranchIfStrictUndefined (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Ddestructuring.cpp113 pg->BranchIfStrictUndefined(element, defaultInit); in GenArray()
160 pg->BranchIfStrictUndefined(element, getDefault); in GenObjectProperty()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h328 void BranchIfStrictUndefined(const ir::AstNode *node, class Label *target);
Dpandagen.cpp1121 void PandaGen::BranchIfStrictUndefined(const ir::AstNode *node, class Label *target) in BranchIfStrictUndefined() function in panda::es2panda::compiler::PandaGen