GetPropertyAttributes 1487 include/v8.h     V8EXPORT PropertyAttribute GetPropertyAttributes(Handle<Value> key);
GetPropertyAttributes 2452 test/cctest/test-api.cc   CHECK_EQ(v8::None, context->Global()->GetPropertyAttributes(prop));
GetPropertyAttributes 2457 test/cctest/test-api.cc   CHECK_EQ(v8::ReadOnly, context->Global()->GetPropertyAttributes(prop));
GetPropertyAttributes 2468 test/cctest/test-api.cc   CHECK_EQ(v8::DontDelete, context->Global()->GetPropertyAttributes(prop));
GetPropertyAttributes 2472 test/cctest/test-api.cc   CHECK_EQ(v8::DontEnum, context->Global()->GetPropertyAttributes(prop));
GetPropertyAttributes 2475 test/cctest/test-api.cc   CHECK_EQ(v8::None, context->Global()->GetPropertyAttributes(prop));
GetPropertyAttributes 2477 test/cctest/test-api.cc   CHECK_EQ(v8::None, context->Global()->GetPropertyAttributes(fake_prop));
GetPropertyAttributes 2482 test/cctest/test-api.cc   CHECK_EQ(v8::None, context->Global()->GetPropertyAttributes(exception));