Searched refs:arg_layoutDirection (Results 1 – 1 of 1) sorted by relevance
519 Local<JSValueRef> arg_layoutDirection = runtimeCallInfo->GetCallArgRef(CALL_ARG_1); in SetLayoutDirection() local521 if (!arg_layoutDirection->IsNull() && arg_layoutDirection->IsNumber()) { in SetLayoutDirection()522 int32_t layoutDirection = arg_layoutDirection->Int32Value(vm); in SetLayoutDirection()