Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DboxingForLocals.cpp270 static ir::AstNode *HandleAssignment(public_lib::Context *ctx, ir::AssignmentExpression *ass, in HandleAssignment() argument
274 ASSERT(ass->OperatorType() == lexer::TokenType::PUNCTUATOR_SUBSTITUTION); in HandleAssignment()
280 auto *oldVar = ass->Left()->AsIdentifier()->Variable(); in HandleAssignment()
285 auto *res = parser->CreateFormattedExpression("@@I1.set(@@E2 as @@T3) as @@T4", newVar->Name(), ass->Right(), in HandleAssignment()
286 oldVar->TsType(), ass->TsType()); in HandleAssignment()
287 res->SetParent(ass->Parent()); in HandleAssignment()
298 ASSERT(res->TsType() == ass->TsType()); in HandleAssignment()
299 res->SetBoxingUnboxingFlags(ass->GetBoxingUnboxingFlags()); in HandleAssignment()
/arkcompiler/ets_runtime/test/
H A Drun_ts_test262.py165 for ass in os.listdir(asserts):
166 if os.path.isfile(os.path.join(asserts, ass)):
167 with open(os.path.join(asserts, ass), 'r', encoding="utf-8") as file:
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp480 LiteCGAssembler *ass = new LiteCGAssembler(*irModule, jitCodeSpace_, in AddModule() local
482 modulePackage_.emplace_back(Module(irModule, ass)); in AddModule()
490 LLVMAssembler *ass = new LLVMAssembler(m, jitCodeSpace_, option); in AddModule() local
491 modulePackage_.emplace_back(Module(m, ass)); in AddModule()
520 LLVMAssembler* ass = new LLVMAssembler(m, jitCodeSpace_, option); in AddModule() local
521 modulePackage_.emplace_back(Module(m, ass)); in AddModule()

Completed in 5 milliseconds