Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.h63 UType rightValue = GetOperand<TargetType>(right); in PerformRelationOperationOnTypes() local
105 UType rightValue = GetOperand<TargetType>(right); in PerformArithmeticOperationOnTypes() local
Dhelpers.cpp435 UType rightValue = rightType->AsETSBooleanType()->GetValue(); in HandleBooleanLogicalOperators() local
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp784 uint32_t rightValue = 0; in ParseBracedQuantifier() local
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
Dregexp.cpp800 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_runtime/ecmascript/
Djs_array.cpp785 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_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1893 JSHandle<JSTaggedValue> rightValue = JSTaggedValue::ToNumeric(thread, right); in RuntimeShl2() local