Home
last modified time | relevance | path

Searched refs:IsContext (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/deps/v8/src/builtins/
Dbuiltins-utils.h97 DCHECK(isolate->context().is_null() || isolate->context().IsContext()); \
114 DCHECK(isolate->context().is_null() || isolate->context().IsContext()); \
Dframes.tq122 if (IsContext(o)) {
Dcast.tq43 macro IsContext(o: HeapObject): bool {
/third_party/node/deps/v8/include/
Dv8-data.h53 bool IsContext() const;
/third_party/node/deps/v8/src/compiler/
Djs-context-specialization.cc116 if (object.IsContext()) return object.AsContext(); in GetSpecializationContext()
253 if (object.IsContext()) { in GetModuleContext()
Djs-heap-broker.cc310 return cell_or_context_.has_value() && cell_or_context_->IsContext(); in IsScriptContextSlot()
Dheap-refs.cc927 while (*depth != 0 && current.unchecked_previous().IsContext()) { in previous()
/third_party/node/deps/v8/src/execution/
Disolate-inl.h22 DCHECK(context.is_null() || context.IsContext()); in set_context()
Darguments.h145 DCHECK(isolate->context().is_null() || isolate->context().IsContext()); \
Disolate.cc1505 if (!receiver_context.IsContext()) return false; in MayAccess()
2089 DCHECK(context.IsContext()); in ThrowInternal()
2914 DCHECK(context().is_null() || context().IsContext()); in ThrowInternal()
5139 DCHECK(context().IsContext()); in ThrowInternal()
/third_party/node/deps/v8/src/debug/
Ddebug-stack-trace-iterator.cc75 if (context->IsContext()) { in GetContextId()
Ddebug-scopes.cc32 if (!frame_inspector->GetContext()->IsContext()) { in ScopeIterator()
333 if (wrapped.IsContext()) { in UnwrapEvaluationContext()
Ddebug-interface.cc268 DCHECK(value->IsContext()); in GetPrivateMembers()
/third_party/node/deps/v8/src/objects/
Dcontexts.cc408 if (obj.IsContext()) { in Lookup()
518 if (!object.IsContext()) return false; in IsBootstrappingOrValidParentContext()
Djs-function-inl.h145 return TaggedField<HeapObject, kContextOffset>::load(*this).IsContext(); in has_context()
Dcode-inl.h885 InstanceTypeChecker::IsContext(instance_type); in IsWeakObjectInOptimizedCode()
/third_party/node/src/
Dnode_contextify.h104 static void IsContext(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_contextify.cc330 SetMethod(context, target, "isContext", IsContext); in Init()
337 registry->Register(IsContext); in RegisterExternalReferences()
401 void ContextifyContext::IsContext(const FunctionCallbackInfo<Value>& args) { in IsContext() function in node::contextify::ContextifyContext
/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc648 if (holder->IsContext() || holder->IsSourceTextModule()) { in RUNTIME_FUNCTION()
683 DCHECK(holder->IsContext()); in LoadLookupSlot()
/third_party/node/deps/v8/src/heap/
Dmemory-measurement.cc364 if (!maybe_context.IsContext()) { in InferForJSFunction()
Dlarge-spaces.cc404 object.IsContext(cage_base) || // in Verify()
Dobject-stats.cc766 } else if (InstanceTypeChecker::IsContext(instance_type)) { in CollectStatistics()
/third_party/node/deps/v8/src/snapshot/
Dcode-serializer.cc262 !InstanceTypeChecker::IsContext(instance_type)); in SerializeObjectImpl()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc156 if (obj.IsJSReceiver() || obj.IsString() || obj.IsContext()) { in GetIndirectStrongReferences()
851 } else if (object.IsContext()) { in AddEntry()
1119 } else if (obj.IsContext()) { in ExtractReferences()
2060 if (parent.IsContext() && in IsEssentialHiddenReference()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc2335 DCHECK(container->IsPropertyArray() || container->IsContext() || in AddDeferredReference()
2403 } else if (InstanceTypeChecker::IsContext(instance_type)) { in ProcessDeferredReferences()

12