Searched refs:justifyContentArg (Results 1 – 2 of 2) sorted by relevance
29 Local<JSValueRef> justifyContentArg = runtimeCallInfo->GetCallArgRef(3); in SetFlexInitialize() local43 if (!justifyContentArg->IsNull() && justifyContentArg->IsNumber()) { in SetFlexInitialize()44 options[2] = justifyContentArg->Int32Value(vm); in SetFlexInitialize()
59 Local<JSValueRef> justifyContentArg = runtimeCallInfo->GetCallArgRef(1); in SetJustifyContent() local61 if (justifyContentArg->IsNumber()) { in SetJustifyContent()62 int32_t justifyContent = justifyContentArg->Int32Value(vm); in SetJustifyContent()