Searched refs:functionVal (Results 1 – 1 of 1) sorted by relevance
1361 auto functionVal = newValue; in napi_get_new_target() local1363 auto functionVal = info->GetNewTargetRef(); in napi_get_new_target() local1365 if (thisVarObj->InstanceOf(vm, functionVal)) { in napi_get_new_target()1366 *result = JsValueFromLocalValue(functionVal); in napi_get_new_target()