Searched refs:if_not_whitespace (Results 1 – 2 of 2) sorted by relevance
133 Label* const if_not_whitespace);
2324 Node* const char_code, Label* const if_not_whitespace) { in GotoIfNotWhiteSpaceOrLineTerminator() argument2331 GotoIf(Uint32LessThan(char_code, Int32Constant(0x0009)), if_not_whitespace); in GotoIfNotWhiteSpaceOrLineTerminator()2339 GotoIf(Uint32LessThan(char_code, Int32Constant(0x00A0)), if_not_whitespace); in GotoIfNotWhiteSpaceOrLineTerminator()2348 GotoIf(Uint32LessThan(char_code, Int32Constant(0x2000)), if_not_whitespace); in GotoIfNotWhiteSpaceOrLineTerminator()2373 if_not_whitespace); in GotoIfNotWhiteSpaceOrLineTerminator()