Home
last modified time | relevance | path

Searched refs:IsJSGlobalProxy (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/
Dlookup-inl.h125 if (receiver_->IsJSGlobalProxy()) { in GetStoreTarget()
Djson-stringifier.cc643 DCHECK(!object->IsJSGlobalProxy()); in SerializeJSObject()
Dmessages.cc467 return receiver_->IsJSGlobalProxy() || receiver_->IsNullOrUndefined(isolate_); in IsToplevel()
Disolate.cc945 DCHECK(receiver->IsJSGlobalProxy() || receiver->IsAccessCheckNeeded()); in MayAccess()
955 if (receiver->IsJSGlobalProxy()) { in MayAccess()
Dobjects-debug.cc1025 CHECK(IsJSGlobalProxy()); in JSGlobalProxyVerify()
Dobjects.cc2929 bool global_object = IsJSGlobalProxy(); in JSObjectShortPrint()
3735 if (IsJSGlobalProxy()) return roots.global_string(); in class_name()
4359 DCHECK(!object->IsJSGlobalProxy()); in MigrateFastToSlow()
5344 if (receiver->IsJSGlobalProxy()) return Just(true); in AddDataProperty()
8511 if (object->IsJSGlobalProxy()) { in PreventExtensions()
8604 if (object->IsJSGlobalProxy()) { in IsExtensible()
8659 if (object->IsJSGlobalProxy()) { in PreventExtensionsWithTransition()
12653 if (object->IsJSGlobalProxy()) return false; in PrototypeBenefitsFromNormalization()
Dobjects-inl.h427 if (IsJSGlobalProxy()) { in IsAccessCheckNeeded()
Dcode-stub-assembler.h1777 TNode<BoolT> IsJSGlobalProxy(SloppyTNode<HeapObject> object);
Dapi.cc6499 if (obj->IsJSGlobalProxy()) { in HasInstance()
Dcode-stub-assembler.cc5504 TNode<BoolT> CodeStubAssembler::IsJSGlobalProxy( in IsJSGlobalProxy() function in v8::internal::CodeStubAssembler
/external/v8/src/ic/
Dic.cc232 if (it->GetHolder<JSObject>()->IsJSGlobalProxy() && it->HasAccess()) { in LookupForRead()
1312 if (receiver->IsJSGlobalProxy()) { in LookupForWrite()
2024 !object->IsAccessCheckNeeded() && !object->IsJSGlobalProxy(); in Store()
2327 DCHECK(receiver->IsJSGlobalProxy()); in RUNTIME_FUNCTION()
2722 if (receiver->IsJSGlobalProxy()) { in RUNTIME_FUNCTION()
Daccessor-assembler.cc798 GotoIfNot(IsJSGlobalProxy(receiver), miss); in EmitAccessCheck()
/external/v8/src/snapshot/
Dcode-serializer.cc236 CHECK(!obj->IsJSGlobalProxy() && !obj->IsJSGlobalObject()); in SerializeObject()
/external/v8/src/runtime/
Druntime-object.cc74 if (!receiver_obj->IsJSGlobalProxy() && in KeyedGetObjectProperty()
498 if (object->HasFastProperties() && !object->IsJSGlobalProxy()) { in RUNTIME_FUNCTION()
Druntime-array.cc658 CHECK(!array->IsJSGlobalProxy()); in RUNTIME_FUNCTION()
/external/v8/src/debug/
Ddebug-evaluate.cc155 if (result->IsJSGlobalProxy()) { in Evaluate()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc875 if (obj->IsJSGlobalProxy()) { in ExtractReferences()
1965 if (!proxy->IsJSGlobalProxy()) continue; in VisitRootPointers()