Home | History | Annotate | Download | only in scripts

Lines Matching refs:argType

904         my $argType = GetTypeFromSignature($attribute->signature);
905 if (IsWrapperType($argType)) {
906 push(@implContentDecls, " if (!isUndefinedOrNull(value) && !V8${argType}::HasInstance(value)) {\n");
1350 my $argType = GetTypeFromSignature($parameter);
1351 if (IsWrapperType($argType)) {
1352 push(@implContentDecls, " if (args.Length() > $paramIndex && !isUndefinedOrNull($argValue) && !V8${argType}::HasInstance($argValue)) {\n");