| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | arithmetic.h | 63 UType leftValue = GetOperand<TargetType>(left); in PerformRelationOperationOnTypes() local 107 UType leftValue = GetOperand<TargetType>(left); in PerformArithmeticOperationOnTypes() local
|
| D | helpers.cpp | 434 UType leftValue = leftType->AsETSBooleanType()->GetValue(); in HandleBooleanLogicalOperators() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin_ut/ |
| D | plugin_ut_binary_expression_api.cpp | 128 …es2panda_AstNode *leftValue = static_cast<es2panda_AstNode *>(g_impl->CreateNumberLiteral(context,… in SetAndGetBinaryExpressionValue() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_node.cpp | 278 JSTaggedValue leftValue = treeNode->GetLeft(thread); in Balance() local 357 JSTaggedValue leftValue = Delete(thread, leftChildVa, hash, key, oldValue); in Delete() local
|
| D | js_array.cpp | 786 JSMutableHandle<JSTaggedValue> leftValue(thread, JSTaggedValue::Undefined()); in MergeSortedElements() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 512 bool ConstantFold::ConstValueEqual(int64 leftValue, int64 rightValue) const in ConstValueEqual() 517 bool ConstantFold::ConstValueEqual(float leftValue, float rightValue) const in ConstValueEqual() 523 bool ConstantFold::ConstValueEqual(double leftValue, double rightValue) const in ConstValueEqual() 530 bool ConstantFold::FullyEqual(T leftValue, T rightValue) const in FullyEqual() 544 typename T::value_type leftValue = leftConst->GetValue(); in ComparisonResult() local
|
| /arkcompiler/ets_frontend/ets2panda/lexer/regexp/ |
| D | regexp.cpp | 788 uint32_t leftValue = 0; in ParseBracedQuantifier() local
|
| /arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
| D | regexp.cpp | 761 uint32_t leftValue = 0; in ParseBracedQuantifier() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 127 JSHandle<JSTaggedValue> leftValue(thread, left); in Add2() local 177 JSHandle<JSTaggedValue> leftValue(thread, left); in Eq() local 187 JSHandle<JSTaggedValue> leftValue(thread, left); in NotEq() local 197 JSHandle<JSTaggedValue> leftValue(thread, left); in Less() local 207 JSHandle<JSTaggedValue> leftValue(thread, left); in LessEq() local 217 JSHandle<JSTaggedValue> leftValue(thread, left); in Greater() local 227 JSHandle<JSTaggedValue> leftValue(thread, left); in GreaterEq() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | constantExpressionLowering.cpp | 244 bool leftValue = left->AsBooleanLiteral()->Value(); in HandleBitwiseLogicalOperator() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 6711 const leftValue = this.evaluateNumericValue(node.left); constant
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1943 JSHandle<JSTaggedValue> leftValue = JSTaggedValue::ToNumeric(thread, left); in RuntimeShl2() local
|