Searched refs:LoadingExtScript (Results 1 – 2 of 2) sorted by relevance
295 bool loadingExtScript() const { return testBit(LoadingExtScript); } in loadingExtScript()296 void setLoadingExtScript(bool v) { setBit(LoadingExtScript, v); } in setLoadingExtScript()326 LoadingExtScript = 1 << 22, enumerator
46536 and HTMLTokenizer::scriptExecution, the code checks testBit:LoadingExtScript46539 empty, the testBit:LoadingExtScript might be TRUE.