Searched refs:leftArgs (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_area_bridge.cpp | 1578 Local<JSValueRef> leftArgs = runtimeCallInfo->GetCallArgRef(NUM_1); in SetBorderWidth() local 1582 …if (leftArgs->IsUndefined() && rightArgs->IsUndefined() && topArgs->IsUndefined() && bottomArgs->I… in SetBorderWidth() 1591 ArkTSUtils::SetBorderWidthArray(vm, leftArgs, values, units, NUM_0); in SetBorderWidth()
|
H A D | arkts_utils.cpp | 1626 Local<JSValueRef> leftArgs = runtimeCallInfo->GetCallArgRef(NUM_1); in ParseOuterBorderWidth() local 1635 ParseOuterBorder(vm, leftArgs, leftDim); in ParseOuterBorderWidth()
|
H A D | arkts_native_common_bridge.cpp | 910 Local<JSValueRef> leftArgs = runtimeCallInfo->GetCallArgRef(NUM_1); in ParseOuterBorderWidth() local 922 ArkTSUtils::ParseOuterBorder(vm, leftArgs, leftDim); in ParseOuterBorderWidth() 1115 Local<JSValueRef> leftArgs = runtimeCallInfo->GetCallArgRef(argsIndex); in ParseOuterBorderDashParam() local 1124 ArkTSUtils::ParseOuterBorderForDashParams(vm, leftArgs, leftDim); in ParseOuterBorderDashParam() 1572 Local<JSValueRef> leftArgs = runtimeCallInfo->GetCallArgRef(NUM_4); in SetBorderWidth() local 1573 …if (leftArgs->IsUndefined() && rightArgs->IsUndefined() && topArgs->IsUndefined() && bottomArgs->I… in SetBorderWidth() 1593 if (leftArgs->IsObject(vm)) { in SetBorderWidth() 1594 isLengthMetrics |= ParseLocalizedBorderWidth(vm, leftArgs, left); in SetBorderWidth() 1611 SetBorderWidthArray(vm, leftArgs, values, units, NUM_3); in SetBorderWidth()
|