Home
last modified time | relevance | path

Searched refs:IsTheHole (Results 1 – 25 of 55) sorted by relevance

123

/external/v8/src/debug/
Ddebug-frames.cc127 DCHECK(!value->IsTheHole(isolate_)); in MaterializeStackLocals()
139 if (value->IsTheHole(isolate_)) { in MaterializeStackLocals()
172 DCHECK(!javascript_frame()->GetParameter(i)->IsTheHole(isolate_)); in UpdateStackLocalsFromMaterializedObject()
183 if (frame_->GetExpression(index)->IsTheHole(isolate_)) continue; in UpdateStackLocalsFromMaterializedObject()
Ddebug-scopes.cc779 if (value->IsTheHole(isolate)) continue; in CopyContextLocalsToScopeObject()
808 if (value->IsTheHole(isolate)) continue; in CopyModuleVarsToScopeObject()
Ddebug-evaluate.cc254 !frame_->receiver()->IsTheHole(isolate_)) { in MaterializeReceiver()
/external/v8/src/parsing/
Dparse-info.cc69 if (!scope_info->IsTheHole(isolate()) && in ParseInfo()
137 if (!scope_info->IsTheHole(isolate) && in AllocateWithoutScript()
/external/v8/src/runtime/
Druntime-collections.cc269 return lookup->IsTheHole(isolate) ? isolate->heap()->undefined_value() in RUNTIME_FUNCTION()
285 return isolate->heap()->ToBoolean(!lookup->IsTheHole(isolate)); in RUNTIME_FUNCTION()
Druntime-classes.cc108 if (super_class->IsTheHole(isolate)) { in DefineClass()
145 if (!super_class->IsTheHole(isolate)) { in DefineClass()
Druntime-object.cc76 if (!value->IsTheHole(isolate)) { in KeyedGetObjectProperty()
401 CHECK(!value->IsTheHole(isolate)); in RUNTIME_FUNCTION()
Druntime-scopes.cc863 if (flag == kNeedsInitialization && value->IsTheHole(isolate)) { in LoadLookupSlot()
868 DCHECK(!value->IsTheHole(isolate)); in LoadLookupSlot()
/external/v8/src/
Dlookup.cc229 DCHECK(!cell->IsTheHole(isolate_)); in PrepareForDataProperty()
351 DCHECK(cell->value()->IsTheHole(isolate_)); in PrepareTransitionToDataProperty()
352 DCHECK(!value->IsTheHole(isolate_)); in PrepareTransitionToDataProperty()
836 if (cell->value()->IsTheHole(isolate_)) return NOT_FOUND; in LookupInSpecialHolder()
Delements.cc193 DCHECK(!value->IsTheHole(isolate)); in CopyDictionaryToObjectElements()
356 DCHECK(!smi->IsTheHole(from->GetIsolate())); in CopyPackedSmiToDoubleElements()
1447 return !index->IsTheHole(isolate); in HasEntryImpl()
1568 DCHECK(!value->IsTheHole(isolate)); in AddElementsToKeyAccumulatorImpl()
2357 if (IsHoleyElementsKind(kind) && result->IsTheHole(isolate)) { in RemoveElement()
2409 DCHECK(!argument->IsTheHole(raw_backing_store->GetIsolate())); in CopyArguments()
2947 DCHECK(!context->get(context_entry)->IsTheHole(isolate)); in GetImpl()
2959 DCHECK(!context->get(context_entry)->IsTheHole(isolate)); in GetImpl()
2989 DCHECK(!context->get(context_entry)->IsTheHole(store->GetIsolate())); in SetImpl()
2998 DCHECK(!context->get(context_entry)->IsTheHole(store->GetIsolate())); in SetImpl()
[all …]
Disolate-inl.h47 return !thread_local_top_.pending_exception_->IsTheHole(this); in has_pending_exception()
Dstring-stream.cc341 if (element->IsTheHole(isolate)) continue; in PrintFixedArray()
487 if (receiver->IsNullOrUndefined(isolate) || receiver->IsTheHole(isolate) || in PrintPrototype()
Dcontexts-inl.h62 bool Context::has_extension() { return !extension()->IsTheHole(GetIsolate()); } in has_extension()
Dapi-arguments.h59 if ((*handle)->IsTheHole(isolate)) return Handle<V>(); in GetReturnValue()
Dcontexts.cc97 if (object->IsTheHole(GetIsolate())) return nullptr; in extension_object()
229 context->extension()->IsTheHole(isolate)); in Lookup()
Disolate.cc419 return (in->IsTheHole(isolate)) in TheHoleToUndefined()
1453 DCHECK(message->IsJSMessageObject() || message->IsTheHole(this)); in Throw()
1732 if (!message_obj->IsTheHole(this) && should_report_exception) { in Throw()
1749 !thread_local_top_.pending_message_obj_->IsTheHole(this)) { in Throw()
2573 thread_local_top_.pending_message_obj_->IsTheHole(this)); in Throw()
2578 if (thread_local_top_.pending_message_obj_->IsTheHole(this)) return true; in Throw()
Dobjects.cc2992 } else if (IsTheHole(isolate)) { in HeapObjectShortPrint()
5467 DCHECK(!value->IsTheHole(object->GetIsolate())); in SetOwnPropertyIgnoreAttributes()
7184 if (!element->IsTheHole(isolate) && element == object) return true; in ReferencesObjectFromElements()
7252 if (!value->IsTheHole(heap->isolate()) && value == obj) return true; in ReferencesObject()
7595 if (value->IsTheHole(isolate)) return; in DictionaryDetailsAtPut()
16309 DCHECK(element->IsTheHole(isolate) || element->IsUniqueName()); in FindEntry()
16905 if (current->IsTheHole(isolate)) { in PrepareElementsForSort()
16916 if (current->IsTheHole(isolate)) { in PrepareElementsForSort()
17091 DCHECK(cell->value()->IsTheHole(isolate)); in EnsureEmptyPropertyCell()
18184 DCHECK(!value->IsTheHole(isolate)); in Put()
[all …]
/external/v8/src/compiler/
Djs-context-specialization.cc104 if (value->IsUndefined(isolate()) || value->IsTheHole(isolate())) { in ReduceJSLoadContext()
Djs-graph.cc162 } else if (value->IsTheHole(isolate())) { in Constant()
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-job.cc228 if (!shared_->outer_scope_info()->IsTheHole(isolate_) && in PrepareToParseOnMainThread()
299 if (!shared_->outer_scope_info()->IsTheHole(isolate_) && in FinalizeParsingOnMainThread()
/external/v8/src/builtins/
Dbuiltins-api.cc50 DCHECK(args.receiver()->IsTheHole(isolate)); in HandleApiCallHelper()
Dbuiltins-handler.cc142 GotoIf(IsTheHole(proto_or_map), &miss); in TF_BUILTIN()
/external/v8/src/heap/
Dheap-inl.h732 DCHECK(!obj->IsTheHole(heap_->isolate())); in Verify()
737 DCHECK(!obj->IsTheHole(heap_->isolate())); in Verify()
/external/v8/src/ast/
Dast-value-factory.h225 bool IsTheHole() const { return type_ == THE_HOLE; } in IsTheHole() function
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc204 DCHECK(cell->value()->IsTheHole(isolate)); in GenerateCheckPropertyCell()

123