Searched refs:isIsolatedWorld (Results 1 – 13 of 13) sorted by relevance
104 if (!isIsolatedWorld()) in ~DOMWrapperWorld()161 ASSERT(this->isIsolatedWorld()); in isolatedWorldSecurityOrigin()186 ASSERT(this->isIsolatedWorld()); in isolatedWorldHumanReadableName()206 ASSERT(this->isIsolatedWorld()); in isolatedWorldHasContentSecurityPolicy()
102 if (!scriptState->world().isIsolatedWorld()) in currentActivityLoggerIfIsolatedWorld()
117 …bool isIsolatedWorld() const { return MainWorldId < m_worldId && m_worldId < IsolatedWorldIdLimit… in isIsolatedWorld() function
251 return world.isIsolatedWorld() ? world.isolatedWorldHasContentSecurityPolicy() : false; in shouldBypassMainWorldCSP()
94 if (DOMWrapperWorld::current(info.GetIsolate()).isIsolatedWorld()) in initCustomEventMethodCustom()
128 if (DOMWrapperWorld::current(info.GetIsolate()).isIsolatedWorld()) in initMessageEventMethodCustom()
63 if (world.isIsolatedWorld()) in constructorCustom()
220 … String humanReadableName = world.isIsolatedWorld() ? world.isolatedWorldHumanReadableName() : ""; in addExecutionContextToFrontend()
159 if (scriptState->world().isIsolatedWorld() && contextData && contextData->activityLogger())312 if (scriptState->world().isIsolatedWorld() && contextData && contextData->activityLogger()) {
437 if (scriptState->world().isIsolatedWorld() && contextData && contextData->activityLogger())
616 if (DOMWrapperWorld::current(info.GetIsolate()).isIsolatedWorld()) {
257 if (DOMWrapperWorld::current(info.GetIsolate()).isIsolatedWorld()) { in constructor()
3252 if (!isUpgradedCustomElement() || DOMWrapperWorld::world(context).isIsolatedWorld()) in wrapCustomElement()