GetType 229 include/v8-profiler.h Type GetType() const;
GetType 265 include/v8-profiler.h Type GetType() const;
GetType 330 include/v8-profiler.h Type GetType() const;
GetType 204 src/dateparser-inl.h return DateToken::Keyword(KeywordTable::GetType(index),
GetType 296 src/dateparser.h static KeywordType GetType(int i) {
GetType 2058 src/objects-inl.h PropertyType DescriptorArray::GetType(int descriptor_number) {
GetType 2074 src/objects-inl.h ASSERT(GetType(descriptor_number) == CALLBACKS);
GetType 2080 src/objects-inl.h ASSERT(GetType(descriptor_number) == CALLBACKS);
GetType 261 src/objects-printer.cc switch (descs->GetType(i)) {
GetType 3548 src/objects.cc ASSERT(descriptors->GetType(0) == FIELD);
GetType 3594 src/objects.cc ASSERT(descriptors->GetType(0) == FIELD);
GetType 4051 src/objects.cc if (descs->GetType(i) == FIELD) {
GetType 4063 src/objects.cc if (name->Equals(descs->GetKey(i)) && descs->GetType(i) == CALLBACKS) {
GetType 4656 src/objects.cc if (descs->GetType(i) == FIELD) {
GetType 4660 src/objects.cc } else if (descs->GetType(i) == CONSTANT_FUNCTION) {
GetType 2541 src/objects.h inline PropertyType GetType(int descriptor_number);
GetType 2677 src/objects.h inline PropertyType type() { return descs_->GetType(index_); }
GetType 860 src/parser.h static Type GetType(Handle<FixedArray> value);
GetType 2172 src/profile-generator.cc switch (descs->GetType(i)) {
GetType 553 src/runtime.cc switch (CompileTimeValue::GetType(array)) {
GetType 353 src/string-stream.cc if (descs->GetType(i) == FIELD) {
GetType 84 test/cctest/test-heap-profiler.cc if (prop->GetType() == type && strcmp(name, *prop_name) == 0)
GetType 95 test/cctest/test-heap-profiler.cc if (node->GetType() == v8::HeapGraphNode::kString) {
GetType 186 test/cctest/test-heap-profiler.cc CHECK_EQ(v8::HeapGraphNode::kArray, bindings->GetType());
GetType 192 test/cctest/test-heap-profiler.cc CHECK_EQ(v8::HeapGraphNode::kObject, bound_this->GetType());
GetType 197 test/cctest/test-heap-profiler.cc CHECK_EQ(v8::HeapGraphNode::kClosure, bound_function->GetType());
GetType 202 test/cctest/test-heap-profiler.cc CHECK_EQ(v8::HeapGraphNode::kObject, bound_argument->GetType());
GetType 246 test/cctest/test-heap-profiler.cc CHECK_EQ(v8::HeapGraphNode::kClosure, compiled->GetType());
GetType 250 test/cctest/test-heap-profiler.cc CHECK_EQ(v8::HeapGraphNode::kClosure, lazy->GetType());
GetType 254 test/cctest/test-heap-profiler.cc CHECK_EQ(v8::HeapGraphNode::kClosure, anonymous->GetType());
GetType 273 test/cctest/test-heap-profiler.cc if (node->GetType() == v8::HeapGraphNode::kArray) {
GetType 283 test/cctest/test-heap-profiler.cc if (node->GetType() == v8::HeapGraphNode::kArray) {
GetType 308 test/cctest/test-heap-profiler.cc CHECK_EQ(v8::HeapGraphNode::kHeapNumber, b->GetType());
GetType 1036 test/cctest/test-heap-profiler.cc if (node->GetType() == type && strcmp(name,
GetType 1155 test/cctest/test-heap-profiler.cc CHECK_EQ(v8::HeapGraphNode::kObject, obj0->GetType());
GetType 1163 test/cctest/test-heap-profiler.cc if (prop->GetType() == v8::HeapGraphEdge::kInternal &&
GetType 1486 test/cctest/test-heap-profiler.cc if (handle_edge->GetType() == v8::HeapGraphEdge::kWeak) return true;
GetType 1575 test/cctest/test-heap-profiler.cc if (edge->GetType() == v8::HeapGraphEdge::kShortcut) {
GetType 1637 test/cctest/test-heap-profiler.cc CHECK_EQ(v8::HeapGraphEdge::kInternal, edge->GetType());