Home
last modified time | relevance | path

Searched refs:typesArg (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_rich_editor_bridge.cpp88 Local<JSValueRef> typesArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetDataDetectorConfig() local
93 if (!typesArg->IsArray(vm)) { in SetDataDetectorConfig()
101 auto array = panda::Local<panda::ArrayRef>(typesArg); in SetDataDetectorConfig()
H A Darkts_native_text_bridge.cpp1194 Local<JSValueRef> typesArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetDataDetectorConfig() local
1199 if (!typesArg->IsArray(vm)) { in SetDataDetectorConfig()
1207 auto array = panda::Local<panda::ArrayRef>(typesArg); in SetDataDetectorConfig()
H A Darkts_native_common_bridge.cpp6292 Local<JSValueRef> typesArg = runtimeCallInfo->GetCallArgRef(argNumber); in SetGestureAllowedTypes() local
6293 if (typesArg.IsNull() || typesArg->IsUndefined() || !typesArg->IsArray(vm)) { in SetGestureAllowedTypes()
6296 auto typesArr = panda::Local<panda::ArrayRef>(typesArg); in SetGestureAllowedTypes()