Searched refs:optionsArg (Results 1 – 3 of 3) sorted by relevance
219 Local<JSValueRef> optionsArg = runtimeCallInfo->GetCallArgRef(2); in SetTitle() local244 if (optionsArg->IsObject(vm)) { in SetTitle()245 NativeNavigationUtils::ParseTitleOptions(vm, optionsArg, options); in SetTitle()
473 Local<JSValueRef> optionsArg = runtimeCallInfo->GetCallArgRef(2); in SetTitle() local498 if (optionsArg->IsObject(vm)) { in SetTitle()499 NativeNavigationUtils::ParseTitleOptions(vm, optionsArg, options); in SetTitle()
66 Local<JSValueRef> optionsArg = runtimeCallInfo->GetCallArgRef(NUM_2); in SetFontWeight() local84 if (optionsArg->IsBoolean()) { in SetFontWeight()85 weightInfo.enableVariableFontWeight = static_cast<int32_t>(optionsArg->BooleaValue(vm)); in SetFontWeight()844 Local<JSValueRef> optionsArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetFont() local878 if (optionsArg->IsBoolean()) { in SetFont()879 fontInfo.enableVariableFontWeight = static_cast<int32_t>(optionsArg->BooleaValue(vm)); in SetFont()