Searched refs:sPage (Results 1 – 1 of 1) sorted by relevance
2172 auto sPage = GetStagingPage(runtime); in JsCallComponent() local2173 if (sPage == nullptr) { in JsCallComponent()2184 auto domDocument = sPage->GetDomDocument(); in JsCallComponent()2192 sPage->PushCommand(command); in JsCallComponent()2193 if (!sPage->CheckPageCreated() && sPage->GetCommandSize() > FRAGMENT_SIZE) { in JsCallComponent()2194 sPage->FlushCommands(); in JsCallComponent()