HomeSort by relevance Sort by last modified time
    Searched refs:IsPodType (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/bindings/scripts/
CodeGenerator.pm 279 sub IsPodType
CodeGeneratorV8.pm 93 sub IsPodType
96 return $codeGenerator->IsPodType($type);
628 my $attrIsPodType = IsPodType($attrType);
631 my $isPodType = IsPodType($implClassName);
635 if ($isPodType) {
665 if ($isPodType) {
715 my $useExceptions = 1 if @{$attribute->getterExceptions} and !($isPodType);
770 if (IsPodType($implClassName)) {
    [all...]
CodeGeneratorObjC.pm 467 } elsif ($codeGenerator->IsPodType($type) || $codeGenerator->IsSVGAnimatedType($type)) {
    [all...]
CodeGeneratorJS.pm     [all...]

Completed in 221 milliseconds