Searched refs:Transform (Results 1 - 16 of 16) sorted by relevance
/arkcompiler/ets_frontend/es2panda/test/aop/ |
H A D | correct_no_modify.cpp | 17 extern "C" int Transform(const char *str) in Transform() function
|
H A D | exec_error.cpp | 17 extern "C" int Transform(const char *str) in Transform() function
|
H A D | correct_modify.cpp | 18 extern "C" int Transform(const char *str) in Transform() function
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_tree.h | 404 inline JSTaggedValue Transform(JSTaggedValue v) const in Transform() function in panda::ecmascript::TaggedTree 449 return Transform(key); in GetFirstKey() 455 return Transform(key); in GetLastKey() 508 return Transform(key); in GetFirstKey() 514 return Transform(key); in GetLastKey()
|
H A D | tagged_tree.cpp | 500 return tree->Transform(lowerKey); in GetLowerKey() 523 return tree->Transform(lowerKey); in GetHigherKey()
|
/arkcompiler/runtime_core/static_core/verification/util/tests/ |
H A D | lazy_test.cpp | 38 auto result2 = FoldLeft(Transform(ConstLazyFetch(testData), [](int val) { return val * 10; }), -49, calcFunc); in TEST()
|
/arkcompiler/ets_frontend/ets2panda/ir/ |
H A D | irnode.h | 152 virtual void Transform(ark::pandasm::Ins *ins, [[maybe_unused]] ProgramElement *programElement,
|
/arkcompiler/ets_frontend/es2panda/ir/ |
H A D | irnode.h | 123 virtual void Transform(panda::pandasm::Ins *ins) const = 0;
|
/arkcompiler/runtime_core/static_core/verification/util/ |
H A D | lazy.h | 126 auto Transform(F fetcher, L converter) 152 return Transform(fetcher, [idx = from](auto v) mutable { return std::tuple {idx++, v}; });
|
/arkcompiler/ets_frontend/es2panda/ |
H A D | es2panda.cpp | 310 transformer_->Transform(ast); in ProcessAstForTS()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | emitter.cpp | 236 ins->Transform(&pandaIns, programElement_, totalRegs); in GenFunctionInstructions()
|
H A D | pandagen.cpp | 74 void Transform([[maybe_unused]] pandasm::Ins *ins, [[maybe_unused]] ProgramElement *programElement,
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
H A D | transformer.h | 94 void Transform(Program *program);
|
H A D | transformer.cpp | 78 void Transformer::Transform(Program *program) in Transform() function in panda::es2panda::parser::Transformer 430 * Transform: in VisitClassExpression() 473 * Transform: in VisitComputedProperty() 557 * Transform: in VisitPrivateElement() 675 * Transform: in VisitInstanceProperty() 734 * Transform: in VisitTSParameterProperty() 843 * Transform for auto accessor in ProcessAutoAccessorProperty() 891 node->SetComputed(false); // Transform this property to internal property, and removed the computed type. in ProcessAutoAccessorProperty() 1017 * Transform: in VisitStaticProperty() 1404 * Transform in CreateParamDecorators() [all...] |
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
H A D | emitter.cpp | 469 ins->Transform(&pandaIns); in GenFunctionInstructions()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | [all...] |
Completed in 45 milliseconds