Searched refs:kBlockedContextIndex (Results 1 – 1 of 1) sorted by relevance
473 static const uint32_t kBlockedContextIndex = 1337; variable484 if (!global->Has(kBlockedContextIndex)) return true; in NamedAccessAllowUnlessBlocked()497 if (!global->Has(kBlockedContextIndex)) return true; in IndexedAccessAllowUnlessBlocked()507 return type != ACCESS_KEYS || !global->Has(kBlockedContextIndex); in BlockAccessKeys()521 global->Set(kBlockedContextIndex, v8::True(isolate)); in CreateAccessCheckedObject()