Home
last modified time | relevance | path

Searched refs:if_not_whitespace (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-string-gen.h133 Label* const if_not_whitespace);
Dbuiltins-string-gen.cc2324 Node* const char_code, Label* const if_not_whitespace) { in GotoIfNotWhiteSpaceOrLineTerminator() argument
2331 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()