/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | templateElement.h | 42 const util::StringView &Raw() const in Raw() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TemplateElement
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | literals.cpp | 46 pg->LoadAccumulatorString(element, element->Raw()); in GetTemplateObject()
|
/arkcompiler/ets_frontend/ets2panda/ir/base/ |
H A D | templateElement.h | 37 [[nodiscard]] const util::StringView &Raw() const noexcept
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | literals.cpp | 49 pg->LoadAccumulatorString(element, element->Raw()); in GetTemplateObject()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | template_string_test.cpp | 35 * getted from env can find the jsarray object, then call the 'Raw' function to check whether the returned 84 // call "Raw" function in HWTEST_F_L0() 86 JSTaggedValue result = BuiltinsString::Raw(ecmaRuntimeCallInfo); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | datatype.h | 53 uint64_t Raw() const in Raw() function in panda::compiler::DataType::Any
|
H A D | inst.h | 2021 value_ = value.Raw(); in ConstantInst() 2109 return IsEqualConst(DataType::ANY, value.Raw()); in IsEqualConst()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_string.h | 33 V("raw", Raw, 1, INVALID) 144 static JSTaggedValue Raw(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_string.cpp | 161 JSTaggedValue BuiltinsString::Raw(EcmaRuntimeCallInfo *argv) in Raw() function in panda::ecmascript::builtins::BuiltinsString 164 BUILTINS_API_TRACE(argv->GetThread(), String, Raw); in Raw()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | datatype.h | 54 uint64_t Raw() const in Raw() function in ark::compiler::DataType::Any
|
H A D | inst.h | 3368 value_ = value.Raw(); in ConstantInst() 3469 return IsEqualConst(DataType::ANY, value.Raw()); in IsEqualConst()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
H A D | inst_builder.cpp | 303 COMPILER_LOG(DEBUG, IR_BUILDER) << "create new constant: value=" << value.Raw() << ", inst=" << inst->GetId(); in FindOrCreateAnyConstant()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_string_test.cpp | 892 HWTEST_F_L0(BuiltinsStringTest, Raw) in HWTEST_F_L0() 927 JSTaggedValue result = BuiltinsString::Raw(ecmaRuntimeCallInfo); in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSCompiler.cpp | 1034 pg->LoadAccumulatorString(expr, (*quasisIt)->Raw()); in Compile() 1049 pg->LoadAccumulatorString(expr, (*quasisIt)->Raw()); in Compile()
|
H A D | ETSGen.cpp | 2571 if (!quasis[++i]->Raw().Empty()) { in BuildTemplateString() 2578 if (!quasis[0]->Raw().Empty()) { in BuildTemplateString()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 793 V(String, Raw) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 493 reinterpret_cast<uintptr_t>(BuiltinsString::Raw),
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
H A D | transformer.cpp | 2564 name = node->AsTemplateLiteral()->Quasis().front()->Raw(); in GetNameForMemberExpressionItem()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSAnalyzer.cpp | 274 expr->SetTsType(checker->CreateETSStringLiteralType(expr->Raw())); in Check()
|