Searched refs:GetPropertyAttributes (Results 1 – 4 of 4) sorted by relevance
481 sub GetPropertyAttributes subroutine779 …my $property = "\@property" . GetPropertyAttributes($attribute->signature->type, $attributeIsReado…
1479 V8EXPORT PropertyAttribute GetPropertyAttributes(Handle<Value> key);
2451 CHECK_EQ(v8::None, context->Global()->GetPropertyAttributes(prop)); in THREADED_TEST()2456 CHECK_EQ(v8::ReadOnly, context->Global()->GetPropertyAttributes(prop)); in THREADED_TEST()2467 CHECK_EQ(v8::DontDelete, context->Global()->GetPropertyAttributes(prop)); in THREADED_TEST()2471 CHECK_EQ(v8::DontEnum, context->Global()->GetPropertyAttributes(prop)); in THREADED_TEST()2474 CHECK_EQ(v8::None, context->Global()->GetPropertyAttributes(prop)); in THREADED_TEST()2476 CHECK_EQ(v8::None, context->Global()->GetPropertyAttributes(fake_prop)); in THREADED_TEST()2481 CHECK_EQ(v8::None, context->Global()->GetPropertyAttributes(exception)); in THREADED_TEST()
2841 PropertyAttribute v8::Object::GetPropertyAttributes(v8::Handle<Value> key) { in GetPropertyAttributes() function in v8::v8::Object