Home
last modified time | relevance | path

Searched refs:BranchIfStrictNotUndefined (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp110 pg->BranchIfStrictNotUndefined(func, loadParamLabel); in CompileFunctionParameterDeclaration()
120 pg->BranchIfStrictNotUndefined(func, nonDefaultLabel); in CompileFunctionParameterDeclaration()
Dpandagen.h329 void BranchIfStrictNotUndefined(const ir::AstNode *node, class Label *target);
Dpandagen.cpp1141 void PandaGen::BranchIfStrictNotUndefined(const ir::AstNode *node, class Label *target) in BranchIfStrictNotUndefined() function in panda::es2panda::compiler::PandaGen
1254 BranchIfStrictNotUndefined(node, notUndefined); in ValidateClassDirectReturn()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp69 pg->BranchIfStrictNotUndefined(this, skipRight); in CompileLogical()
DassignmentExpression.cpp134 pg->BranchIfStrictNotUndefined(this, skipRight); in Compile()