Searched refs:IsTheHole (Results 1 - 19 of 19) sorted by relevance

/external/v8/src/
H A Delements.cc155 ASSERT(to->get(i)->IsTheHole());
197 ASSERT(to->get(i)->IsTheHole());
213 ASSERT(!value->IsTheHole());
249 ASSERT(to->get(i)->IsTheHole());
337 if (hole_or_object->IsTheHole()) {
413 return !element->IsTheHole();
512 ASSERT(!to->get(i)->IsTheHole());
538 ASSERT(!value->IsTheHole());
575 if (!value->IsTheHole() && !HasKey(to, value)) {
1194 if (!probe->IsTheHole()) {
[all...]
H A Dobjects.cc617 ASSERT(!value->IsTheHole() || result->IsReadOnly());
618 return value->IsTheHole() ? heap->undefined_value() : value;
621 ASSERT(!value->IsTheHole() || result->IsReadOnly());
622 return value->IsTheHole() ? heap->undefined_value() : value;
1260 else if (IsTheHole())
1914 Handle<Object> value_unhole(value->IsTheHole() ?
1966 ASSERT(!value->IsTheHole());
2498 FastPropertyAt(result->GetFieldIndex())->IsTheHole()) {
2517 if (value->IsTheHole()) result->DisallowCaching();
3517 if (!value->IsTheHole()) {
[all...]
H A Dobjects-debug.cc900 ASSERT(!get(i)->IsTheHole());
904 ASSERT(get(i)->IsTheHole());
H A Druntime.cc225 value->IsTheHole() ||
1292 bool is_const_property = value->IsTheHole();
1410 ASSERT(mode != READ_ONLY || initial_value->IsTheHole());
1420 context->get(index)->IsTheHole()) {
1462 if (initial_value->IsTheHole() &&
1596 if (properties->get(index)->IsTheHole() || !lookup.IsReadOnly()) {
1600 if (global->GetNormalizedProperty(&lookup)->IsTheHole() ||
1620 ASSERT(!value->IsTheHole());
1640 if ((attributes & READ_ONLY) == 0 || context->get(index)->IsTheHole()) {
1687 if (properties->get(index)->IsTheHole()) {
[all...]
H A Dapi.h263 ASSERT(obj.is_null() || !obj->IsTheHole()); \
H A Dbuiltins.cc564 if (!top->IsTheHole()) {
598 if (first->IsTheHole()) {
H A Disolate.cc1211 if (!thread_local_top_.pending_message_obj_->IsTheHole()) {
1702 if (!thread_local_top_.pending_message_obj_->IsTheHole()) {
H A Disolate.h555 return !thread_local_top_.pending_exception_->IsTheHole();
H A Dobjects-inl.h492 bool MaybeObject::IsTheHole() { function in class:v8::internal::MaybeObject
493 return !IsFailure() && ToObjectUnchecked()->IsTheHole();
785 bool Object::IsTheHole() { function in class:v8::internal::Object
1253 ASSERT(current->IsSmi() || current->IsTheHole());
3970 return has_initial_map() || !prototype_or_initial_map()->IsTheHole();
H A Dobjects.h729 INLINE(bool IsTheHole());
887 INLINE(bool IsTheHole()); // Shadows MaybeObject's implementation.
2768 return !k->IsTheHole() && !k->IsUndefined();
H A Dprofile-generator.cc1898 if (!proto_or_map->IsTheHole()) {
2179 if (!elements->get(i)->IsTheHole()) {
H A Dic.cc555 ASSERT(!result->IsTheHole());
H A Dparser.cc3795 if (smi_value->IsTheHole()) {
H A Dheap.cc576 ASSERT((*p)->IsTheHole() || (*p)->IsUndefined() || (*p)->IsSymbol());
H A Dapi.cc1673 return !reinterpret_cast<i::Object*>(exception_)->IsTheHole();
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc837 ASSERT(cell->value()->IsTheHole());
/external/v8/src/x64/
H A Dstub-cache-x64.cc814 ASSERT(cell->value()->IsTheHole());
/external/v8/src/arm/
H A Dstub-cache-arm.cc894 ASSERT(cell->value()->IsTheHole());
/external/v8/src/mips/
H A Dstub-cache-mips.cc888 ASSERT(cell->value()->IsTheHole());

Completed in 244 milliseconds