Home
last modified time | relevance | path

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

123

/third_party/node/deps/v8/src/objects/
Dmodule.cc88 DCHECK(module->exception().IsTheHole(isolate)); in RecordError()
89 DCHECK(!error->IsTheHole(isolate)); in RecordError()
134 DCHECK(module->exception().IsTheHole(isolate)); in Reset()
156 DCHECK(!exception().IsTheHole()); in GetException()
373 if (object->IsTheHole(isolate)) { in GetExport()
378 if (value->IsTheHole(isolate)) { in GetExport()
403 if (lookup->IsTheHole(isolate)) return Just(ABSENT); in GetPropertyAttributes()
406 if (value->IsTheHole(isolate)) { in GetPropertyAttributes()
Dtemplate-objects.cc35 while (!maybe_cached_template.IsTheHole(roots)) { in GetTemplateObject()
90 DCHECK(next->IsCachedTemplateObject() || next->IsTheHole()); in New()
Dsource-text-module.cc129 DCHECK(exports->Lookup(name).IsTheHole(isolate)); in CreateIndirectExport()
145 DCHECK(exports->Lookup(name).IsTheHole(isolate)); in CreateExport()
240 DCHECK(object->IsTheHole(isolate)); in ResolveExport()
305 DCHECK(exports->Lookup(export_name).IsTheHole(isolate)); in ResolveExportUsingStarExports()
444 DCHECK(ancestor->cycle_root().IsTheHole(isolate)); in MaybeTransitionComponent()
585 if (!exports->Lookup(name).IsTheHole(roots)) continue; in FetchStarExports()
676 if (import_meta->IsTheHole(isolate)) { in GetImportMeta()
757 DCHECK(!module->exception().IsTheHole(isolate)); in AsyncModuleExecutionFulfilled()
860 DCHECK(!module->exception().IsTheHole(isolate)); in AsyncModuleExecutionRejected()
1182 DCHECK(module->import_meta(kAcquireLoad).IsTheHole(isolate)); in Reset()
Djs-collection-inl.h55 DCHECK(!value.IsTheHole()); in CAST_ACCESSOR()
Dordered-hash-table.cc271 if (key.IsTheHole(isolate)) { in Rehash()
433 DCHECK(candidate_key.IsTheHole() || in FindEntry()
484 DCHECK_IMPLIES(!key.IsName(), key.IsTheHole()); in SetEntry()
862 DCHECK_IMPLIES(!key.IsName(), key.IsTheHole()); in SetEntry()
934 if (key.IsTheHole(isolate)) continue; in Rehash()
1159 if (key->IsTheHole(isolate)) continue; in AdjustRepresentation()
1186 if (key->IsTheHole(isolate)) continue; in AdjustRepresentation()
1211 if (key->IsTheHole(isolate)) continue; in AdjustRepresentation()
1483 table.KeyAt(InternalIndex(index)).IsTheHole(ro_roots)) { in HasMore()
Dmodule-inl.h108 DCHECK(!cycle_root().IsTheHole(isolate)); in GetCycleRoot()
Dsynthetic-module.cc83 CHECK(exports->Lookup(name).IsTheHole(isolate)); in PrepareInstantiate()
Dtemplates.cc136 if (maybe_name.IsTheHole(isolate)) return {}; in TryGetCachedPropertyName()
Dcontexts.cc231 context->extension().IsTheHole(isolate)); in Lookup()
324 context->get(slot_index).IsTheHole(isolate)) { in Lookup()
Delements.cc260 DCHECK(!value.IsTheHole(isolate)); in CopyDictionaryToObjectElements()
407 DCHECK(!smi.IsTheHole()); in CopyPackedSmiToDoubleElements()
1558 return !index.IsTheHole(isolate); in HasEntryImpl()
1673 DCHECK(!value.IsTheHole(isolate)); in AddElementsToKeyAccumulatorImpl()
2417 if (IsHoleyElementsKind(kind) && result->IsTheHole(isolate)) { in RemoveElement()
2473 DCHECK(!argument.IsTheHole()); in CopyArguments()
4373 DCHECK(!probe.IsTheHole(isolate)); in GetImpl()
4376 DCHECK(!context.get(context_entry).IsTheHole(isolate)); in GetImpl()
4409 DCHECK(!probe.IsTheHole()); in SetImpl()
4412 DCHECK(!context.get(context_entry).IsTheHole()); in SetImpl()
[all …]
Dswiss-name-dictionary-inl.h262 DCHECK(!value.IsTheHole()); in ValueAtPut()
271 DCHECK(!key.IsTheHole()); in SetKey()
Djs-function-inl.h175 .IsTheHole(GetReadOnlyRoots(cage_base)); in DEF_GETTER()
Dordered-hash-table-inl.h220 DCHECK(!key.IsTheHole()); in CurrentKey()
Dshared-function-info.cc358 DCHECK(outer_scope_info().IsScopeInfo() || outer_scope_info().IsTheHole()); in DiscardCompiledMetadata()
521 DCHECK(shared_info->outer_scope_info().IsTheHole()); in InitFromFunctionLiteral()
Dshared-function-info-inl.h476 DCHECK(raw_outer_scope_info_or_feedback_metadata().IsTheHole()); in set_outer_scope_info()
477 DCHECK(value.IsScopeInfo() || value.IsTheHole()); in set_outer_scope_info()
/third_party/node/deps/v8/src/execution/
Disolate-inl.h37 DCHECK(message_obj.IsTheHole(this) || message_obj.IsJSMessageObject()); in set_pending_message()
50 return !pending_message().IsTheHole(this); in has_pending_message()
71 return !thread_local_top()->pending_exception_.IsTheHole(this); in has_pending_exception()
/third_party/node/deps/v8/src/codegen/
Dpending-optimization-table.cc65 if (entry->IsTheHole()) { in IsHeuristicOptimizationAllowed()
86 if (entry->IsTheHole()) { in MarkedForOptimization()
124 if (!value->IsTheHole() && in FunctionWasOptimized()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc395 CHECK(value.IsSmi() || value.IsTheHole(isolate)); in VerifyJSObjectElements()
745 if (mapped.IsTheHole(isolate)) { in SloppyArgumentsElementsVerify()
946 outer_scope_info().IsTheHole(roots)); in SharedFunctionInfoVerify()
1362 CHECK(val.IsTheHole(isolate)); in SmallOrderedHashTableVerify()
1375 CHECK(val.IsTheHole(isolate)); in SmallOrderedHashMapVerify()
1388 CHECK(val.IsTheHole(isolate)); in SmallOrderedHashSetVerify()
1402 CHECK(val.IsTheHole(isolate) || in SmallOrderedNameDictionaryVerify()
1438 CHECK(!key.IsTheHole()); in SwissNameDictionaryVerify()
1439 CHECK(!value.IsTheHole()); in SwissNameDictionaryVerify()
1444 CHECK(key.IsTheHole()); in SwissNameDictionaryVerify()
[all …]
/third_party/node/deps/v8/src/debug/
Ddebug-stack-trace-iterator.cc108 if (value->IsTheHole(isolate_)) return v8::MaybeLocal<v8::Value>(); in GetReceiver()
113 if (value.is_null() || (value->IsSmi() || !value->IsTheHole(isolate_))) { in GetReceiver()
/third_party/node/deps/v8/src/strings/
Dstring-stream.cc332 if (element.IsTheHole(roots)) continue; in PrintFixedArray()
418 if (receiver.IsNullOrUndefined(isolate) || receiver.IsTheHole(isolate) || in PrintPrototype()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc790 if (!element->IsTheHole(isolate_)) { in SetDictionaryMode()
862 if (!elements.get(i).IsTheHole(isolate)) element_count++; in EstimateElementCount()
934 if (!elements.get(i).IsTheHole(isolate)) { in CollectElementIndices()
1124 if (!element_value->IsTheHole(isolate)) { in IterateElements()
1665 if (kValue->IsTheHole()) { in FastArrayGroupBy()
Dbuiltins-api.cc58 DCHECK(args.receiver()->IsTheHole(isolate)); in HandleApiCallHelper()
/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc689 if (flag == kNeedsInitialization && value->IsTheHole(isolate)) { in LoadLookupSlot()
694 DCHECK(!value->IsTheHole(isolate)); in LoadLookupSlot()
791 Handle<Context>::cast(holder)->get(index).IsTheHole(isolate)) { in StoreLookupSlot()
/third_party/node/deps/v8/src/compiler/
Djs-context-specialization.cc284 DCHECK(import_meta->IsTheHole()); in ReduceJSGetImportMeta()
/third_party/node/deps/v8/src/api/
Dapi-natives.cc301 if (object->IsTheHole(isolate)) return {}; in ProbeInstantiationsCache()
706 if (prototype->IsTheHole(isolate)) { in CreateApiFunction()

123