Searched refs:property_attributes (Results 1 – 4 of 4) sorted by relevance
1767 my $property_attributes = "v8::DontDelete";1769 $property_attributes .= "|v8::DontEnum";1772 $property_attributes .= "|v8::ReadOnly";1805 $property_attributes .= "|v8::ReadOnly";1815 static_cast<v8::PropertyAttribute>($property_attributes));1834 if ($property_attributes eq "v8::DontDelete") {1835 $property_attributes = "";1837 $property_attributes = ", static_cast<v8::PropertyAttribute>($property_attributes)";1840 …"proto" && $conditional eq "" && $signature eq "default_signature" && $property_attributes eq "") {1846 …, v8::FunctionTemplate::New($callback, v8::Handle<v8::Value>(), ${signature})$property_attributes);
622 CallbacksDescriptor desc(*key, *entry, entry->property_attributes()); in CopyAppendCallbackDescriptors()
2951 PropertyAttributes AccessorInfo::property_attributes() { in property_attributes() function
4529 inline PropertyAttributes property_attributes();