Home
last modified time | relevance | path

Searched refs:controllerVal (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_clock_bridge.cpp437 Local<JSValueRef> controllerVal = runtimeCallInfo->GetCallArgRef(NUM_1); in SetTextClockController() local
448 if (!controllerVal->IsUndefined() && !controllerVal->IsNull() && controllerVal->IsObject(vm)) { in SetTextClockController()
449 …ontroller = Framework::JSRef<Framework::JSObject>(Framework::JSObject(controllerVal->ToObject(vm))) in SetTextClockController()
H A Darkts_native_text_timer_bridge.cpp323 Local<JSValueRef> controllerVal = runtimeCallInfo->GetCallArgRef(NUM_3); in SetTextTimerOptions() local
339 if (controllerVal->IsObject(vm)) { in SetTextTimerOptions()
340 …ontroller = Framework::JSRef<Framework::JSObject>(Framework::JSObject(controllerVal->ToObject(vm))) in SetTextTimerOptions()
H A Darkts_native_text_area_bridge.cpp2102 Local<JSValueRef> controllerVal = runtimeCallInfo->GetCallArgRef(NUM_3); in SetTextAreaInitialize() local
2120 if (!controllerVal->IsUndefined() && !controllerVal->IsNull()) { in SetTextAreaInitialize()
2121 …ontroller = Framework::JSRef<Framework::JSObject>(Framework::JSObject(controllerVal->ToObject(vm))) in SetTextAreaInitialize()