HasRealIndexedProperty 1580 include/v8.h V8EXPORT bool HasRealIndexedProperty(uint32_t index); HasRealIndexedProperty 3941 test/cctest/test-api.cc CHECK(result->ToObject()->HasRealIndexedProperty(2000)); HasRealIndexedProperty 15152 test/cctest/test-api.cc CHECK_EQ(false, global0->HasRealIndexedProperty(0));