Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp1361 auto functionVal = newValue; in napi_get_new_target() local
1363 auto functionVal = info->GetNewTargetRef(); in napi_get_new_target() local
1365 if (thisVarObj->InstanceOf(vm, functionVal)) { in napi_get_new_target()
1366 *result = JsValueFromLocalValue(functionVal); in napi_get_new_target()