Home
last modified time | relevance | path

Searched refs:GetPropertyAttributes (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/scripts/
DCodeGeneratorObjC.pm481 sub GetPropertyAttributes subroutine
779 …my $property = "\@property" . GetPropertyAttributes($attribute->signature->type, $attributeIsReado…
/external/v8/include/
Dv8.h1479 V8EXPORT PropertyAttribute GetPropertyAttributes(Handle<Value> key);
/external/v8/test/cctest/
Dtest-api.cc2451 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()
/external/v8/src/
Dapi.cc2841 PropertyAttribute v8::Object::GetPropertyAttributes(v8::Handle<Value> key) { in GetPropertyAttributes() function in v8::v8::Object