Home
last modified time | relevance | path

Searched refs:Transform (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/aop/
H A Dcorrect_no_modify.cpp17 extern "C" int Transform(const char *str) in Transform() function
H A Dexec_error.cpp17 extern "C" int Transform(const char *str) in Transform() function
H A Dcorrect_modify.cpp18 extern "C" int Transform(const char *str) in Transform() function
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_tree.h404 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 Dtagged_tree.cpp500 return tree->Transform(lowerKey); in GetLowerKey()
523 return tree->Transform(lowerKey); in GetHigherKey()
/arkcompiler/runtime_core/static_core/verification/util/tests/
H A Dlazy_test.cpp38 auto result2 = FoldLeft(Transform(ConstLazyFetch(testData), [](int val) { return val * 10; }), -49, calcFunc); in TEST()
/arkcompiler/ets_frontend/ets2panda/ir/
H A Dirnode.h152 virtual void Transform(ark::pandasm::Ins *ins, [[maybe_unused]] ProgramElement *programElement,
/arkcompiler/ets_frontend/es2panda/ir/
H A Dirnode.h123 virtual void Transform(panda::pandasm::Ins *ins) const = 0;
/arkcompiler/runtime_core/static_core/verification/util/
H A Dlazy.h126 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 Des2panda.cpp310 transformer_->Transform(ast); in ProcessAstForTS()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Demitter.cpp236 ins->Transform(&pandaIns, programElement_, totalRegs); in GenFunctionInstructions()
H A Dpandagen.cpp74 void Transform([[maybe_unused]] pandasm::Ins *ins, [[maybe_unused]] ProgramElement *programElement,
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.h94 void Transform(Program *program);
H A Dtransformer.cpp78 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 Demitter.cpp469 ins->Transform(&pandaIns); in GenFunctionInstructions()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 45 milliseconds