Searched refs:constructorArg (Results 1 – 1 of 1) sorted by relevance
69 JSRef<JSObject> constructorArg = JSRef<JSObject>::Cast(info[0]); in ConstructorCallback() local83 JSRef<JSVal> builderCallback = constructorArg->GetProperty("builder"); in ConstructorCallback()96 JSRef<JSVal> cancelCallback = constructorArg->GetProperty("cancel"); in ConstructorCallback()115 JSViewAbstract::ParseDialogCallback(constructorArg, onWillDismissFunc); in ConstructorCallback()131 auto alignmentValue = constructorArg->GetProperty("alignment"); in ConstructorCallback()140 auto avoidModeValue = constructorArg->GetProperty("keyboardAvoidMode"); in ConstructorCallback()149 auto offsetValue = constructorArg->GetProperty("offset"); in ConstructorCallback()164 auto gridCountValue = constructorArg->GetProperty("gridCount"); in ConstructorCallback()170 auto maskColorValue = constructorArg->GetProperty("maskColor"); in ConstructorCallback()177 auto maskRectValue = constructorArg->GetProperty("maskRect"); in ConstructorCallback()[all …]