Home
last modified time | relevance | path

Searched refs:Raw (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
H A DtemplateElement.h42 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 Dliterals.cpp46 pg->LoadAccumulatorString(element, element->Raw()); in GetTemplateObject()
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DtemplateElement.h37 [[nodiscard]] const util::StringView &Raw() const noexcept
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dliterals.cpp49 pg->LoadAccumulatorString(element, element->Raw()); in GetTemplateObject()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtemplate_string_test.cpp35 * 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 Ddatatype.h53 uint64_t Raw() const in Raw() function in panda::compiler::DataType::Any
H A Dinst.h2021 value_ = value.Raw(); in ConstantInst()
2109 return IsEqualConst(DataType::ANY, value.Raw()); in IsEqualConst()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.h33 V("raw", Raw, 1, INVALID)
144 static JSTaggedValue Raw(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_string.cpp161 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 Ddatatype.h54 uint64_t Raw() const in Raw() function in ark::compiler::DataType::Any
H A Dinst.h3368 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 Dinst_builder.cpp303 COMPILER_LOG(DEBUG, IR_BUILDER) << "create new constant: value=" << value.Raw() << ", inst=" << inst->GetId(); in FindOrCreateAnyConstant()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_string_test.cpp892 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 DJSCompiler.cpp1034 pg->LoadAccumulatorString(expr, (*quasisIt)->Raw()); in Compile()
1049 pg->LoadAccumulatorString(expr, (*quasisIt)->Raw()); in Compile()
H A DETSGen.cpp2571 if (!quasis[++i]->Raw().Empty()) { in BuildTemplateString()
2578 if (!quasis[0]->Raw().Empty()) { in BuildTemplateString()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h793 V(String, Raw) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp493 reinterpret_cast<uintptr_t>(BuiltinsString::Raw),
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp2564 name = node->AsTemplateLiteral()->Quasis().front()->Raw(); in GetNameForMemberExpressionItem()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp274 expr->SetTsType(checker->CreateETSStringLiteralType(expr->Raw())); in Check()

Completed in 42 milliseconds