Home | History | Annotate | Download | only in win

Lines Matching refs:worldID

1063 void LayoutTestController::evaluateScriptInIsolatedWorld(unsigned worldID, JSObjectRef globalObject, JSStringRef script)
1069 // A worldID of 0 always corresponds to a new world. Any other worldID corresponds to a world
1072 if (!worldID) {
1076 COMPtr<IWebScriptWorld>& worldSlot = worldMap().add(worldID, 0).first->second;