Lines Matching refs:cast
184 if (String::cast(o)->length() <= String::kMaxShortPrintLength) {
203 debug_object_cache->push_back(HeapObject::cast(o));
285 String* str = String::cast(name);
309 len = String::cast(key)->length();
314 Put(String::cast(key));
383 Add(" value(): %o\n", JSValue::cast(printee)->value());
385 PrintUsingMap(JSObject::cast(printee));
387 JSArray* array = JSArray::cast(printee);
389 unsigned int limit = FixedArray::cast(array->elements())->length();
391 static_cast<uint32_t>(JSArray::cast(array)->length()->Number());
393 PrintFixedArray(FixedArray::cast(array->elements()), limit);
397 PrintByteArray(ByteArray::cast(printee));
399 unsigned int limit = FixedArray::cast(printee)->length();
400 PrintFixedArray(FixedArray::cast(printee), limit);
434 for (PrototypeIterator iter(isolate, JSObject::cast(receiver),
442 !String::cast(name)->Equals(String::cast(key))) {
445 if (name->IsString() && String::cast(name)->length() == 0) {