Home | History | Annotate | Download | only in scripts

Lines Matching refs:targetType

2706         my $targetType;
2717 $targetType = "static_cast<NativeFunction>";
2719 $targetType = "static_cast<PropertySlot::GetValueFunc>";
2721 push(@implContent, " { \"$key\", @$specials[$i], (intptr_t)" . $targetType . "(@$value1[$i]), (intptr_t)@$value2[$i] THUNK_GENERATOR(0) },\n");