Home | History | Annotate | Download | only in scripts

Lines Matching refs:attrExt

312         my $attrExt = $function->signature->extendedAttributes;
314 if ($attrExt->{"Custom"} || $attrExt->{"V8Custom"}) {
320 if ($attrExt->{"EnabledAtRuntime"}) {
333 my $attrExt = $attribute->signature->extendedAttributes;
334 if ($attrExt->{"V8CustomGetter"} || $attrExt->{"CustomGetter"}
335 || $attrExt->{"V8Custom"} || $attrExt->{"Custom"}) {
340 if ($attrExt->{"V8CustomSetter"} || $attrExt->{"CustomSetter"}
341 || $attrExt->{"V8Custom"} || $attrExt->{"Custom"}) {
346 if ($attrExt->{"EnabledAtRuntime"}) {
684 my $attrExt = $attribute->signature->extendedAttributes;
719 } elsif ($attrExt->{"v8OnProto"} || $attrExt->{"V8DisallowShadowing"}) {
890 my $attrExt = $attribute->signature->extendedAttributes;
929 } elsif ($attrExt->{"v8OnProto"}) {
1407 my $attrExt = $attribute->signature->extendedAttributes;
1414 if ($attrExt->{"DoNotCheckDomainSecurityOnGet"}) {
1416 } elsif ($attrExt->{"DoNotCheckDomainSecurityOnSet"}) {
1418 } elsif ($attrExt->{"DoNotCheckDomainSecurity"}) {
1420 if (!($attribute->type =~ /^readonly/) && !($attrExt->{"V8ReadOnly"})) {
1424 if ($attrExt->{"V8DisallowShadowing"}) {
1430 $attrExt->{"Custom"} ||
1431 $attrExt->{"CustomSetter"} ||
1432 $attrExt->{"CustomGetter"} ||
1433 $attrExt->{"V8Custom"} ||
1434 $attrExt->{"V8CustomSetter"} ||
1435 $attrExt->{"V8CustomGetter"} ||
1448 if ($attrExt->{"DontEnum"}) {
1451 if ($attrExt->{"V8DisallowShadowing"}) {
1478 if ($attrExt->{"CustomSetter"} || $attrExt->{"V8CustomSetter"} || $attrExt->{"Custom"} || $attrExt->{"V8Custom"}) {
1484 if ($attrExt->{"CustomGetter"} || $attrExt->{"V8CustomGetter"} || $attrExt->{"Custom"} || $attrExt->{"V8Custom"}) {
1490 if ($attrExt->{"Replaceable"} && !$hasCustomSetter) {
1501 if ($attribute->type =~ /^readonly/ || $attrExt->{"V8ReadOnly"}) {
1506 if ($attrExt->{"v8OnProto"}) {
1511 "' ExtAttr: '" . join(' ', keys(%{$attrExt})) . "')";
1863 my $attrExt = $function->signature->extendedAttributes;
1865 if ($attrExt->{"V8OnInstance"}) {
1868 if ($attrExt->{"ClassMethod"}) {
1871 if ($attrExt->{"EnabledAtRuntime"} || RequiresCustomSignature($function) || $attrExt->{"V8DoNotCheckSignature"}) {
1874 if ($attrExt->{"DoNotCheckDomainSecurity"} &&
1878 if ($attrExt->{"DontEnum"} || $attrExt->{"V8ReadOnly"}) {
2031 my $attrExt = $function->signature->extendedAttributes;
2035 if ($attrExt->{"DontEnum"}) {
2038 if ($attrExt->{"V8ReadOnly"}) {
2042 my $commentInfo = "Function '$name' (ExtAttr: '" . join(' ', keys(%{$attrExt})) . "')";
2045 if ($attrExt->{"V8OnInstance"}) {
2048 if ($attrExt->{"ClassMethod"}) {
2053 if ($attrExt->{"EnabledAtRuntime"}) {
2059 if ($attrExt->{"DoNotCheckDomainSecurity"} &&
2086 if ($attrExt->{"V8DoNotCheckSignature"} || $attrExt->{"ClassMethod"}) {