[webkit-help] help for enum SynchronousMode { type means?

李兵 libing02 at snda.com
Sun Aug 15 20:05:23 PDT 2010


  In the class of HTMLDocumentParser have the enum SynchronousMode  type:

enum SynchronousMode {
        AllowYield,
        ForceSynchronous,
    };
    void pumpTokenizer(SynchronousMode);
    void pumpTokenizerIfPossible(SynchronousMode);

but I am don't kown the means of AllowYield and ForceSynchronous?



More information about the webkit-help mailing list