Has              1491 include/v8.h     V8EXPORT bool Has(Handle<String> key);
Has              1499 include/v8.h     V8EXPORT bool Has(uint32_t index);
Has               479 src/d8.cc              args[0]->ToObject()->Has(String::New("length"))) {
Has               658 src/d8.cc            !args[0]->ToObject()->Has(String::New("length"))) {
Has              13597 src/runtime.cc     return isolate->heap()->ToBoolean(obj->Has##Name());  \
Has              2063 test/cctest/test-api.cc   CHECK(!obj->Has(empty));
Has              2496 test/cctest/test-api.cc   CHECK(!array->Has(0));
Has              2498 test/cctest/test-api.cc   CHECK(!array->Has(100));
Has              2501 test/cctest/test-api.cc   CHECK(!array->Has(0));
Has              2502 test/cctest/test-api.cc   CHECK(!array->Has(1));
Has              2503 test/cctest/test-api.cc   CHECK(array->Has(2));
Has              4334 test/cctest/test-api.cc   CHECK(!proto1->Has(v8_str("custom")));
Has              6043 test/cctest/test-api.cc   if (info.This()->Has(name)) {
Has              8191 test/cctest/test-api.cc   CHECK(!current->Global()->Has(v8_str("foo")));
Has              8199 test/cctest/test-api.cc   CHECK(!current->Global()->Has(v8_str("na")));
Has              16025 test/cctest/test-api.cc     CHECK(object->Has(v8_str("foo")));
Has              16028 test/cctest/test-api.cc     CHECK(object->Has(v8_str("baz")));
Has               560 test/cctest/test-heap-profiler.cc   CHECK(parsed_snapshot->Has(v8_str("snapshot")));
Has               561 test/cctest/test-heap-profiler.cc   CHECK(parsed_snapshot->Has(v8_str("nodes")));
Has               562 test/cctest/test-heap-profiler.cc   CHECK(parsed_snapshot->Has(v8_str("edges")));
Has               563 test/cctest/test-heap-profiler.cc   CHECK(parsed_snapshot->Has(v8_str("strings")));