Home
last modified time | relevance | path

Searched defs:rightValue (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.h64 UType rightValue = GetOperand<TargetType>(right); in PerformRelationOperationOnTypes() local
108 UType rightValue = GetOperand<TargetType>(right); in PerformArithmeticOperationOnTypes() local
Dhelpers.cpp435 UType rightValue = rightType->AsETSBooleanType()->GetValue(); in HandleBooleanLogicalOperators() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin_ut/
Dplugin_ut_binary_expression_api.cpp130 …es2panda_AstNode *rightValue = static_cast<es2panda_AstNode *>(g_impl->CreateNumberLiteral(context… in SetAndGetBinaryExpressionValue() local
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
Dregexp.cpp811 uint32_t rightValue = 0; in ParseBracedQuantifier() local
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp784 uint32_t rightValue = 0; in ParseBracedQuantifier() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp128 JSHandle<JSTaggedValue> rightValue(thread, right); in Add2() local
178 JSHandle<JSTaggedValue> rightValue(thread, right); in Eq() local
188 JSHandle<JSTaggedValue> rightValue(thread, right); in NotEq() local
198 JSHandle<JSTaggedValue> rightValue(thread, right); in Less() local
208 JSHandle<JSTaggedValue> rightValue(thread, right); in LessEq() local
218 JSHandle<JSTaggedValue> rightValue(thread, right); in Greater() local
228 JSHandle<JSTaggedValue> rightValue(thread, right); in GreaterEq() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DconstantExpressionLowering.cpp245 bool rightValue = right->AsBooleanLiteral()->Value(); in HandleBitwiseLogicalOperator() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp787 JSMutableHandle<JSTaggedValue> rightValue(thread, JSTaggedValue::Undefined()); in MergeSortedElements() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp546 typename T::value_type rightValue = rightConst->GetValue(); in ComparisonResult() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkValueTransformer.ts1416 let rightValue: Value; variable
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts6712 const rightValue = this.evaluateNumericValue(node.right); constant
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1945 JSHandle<JSTaggedValue> rightValue = JSTaggedValue::ToNumeric(thread, right); in RuntimeShl2() local