Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc2358 Label next(this), if_stringisempty(this, Label::kDeferred); in RegExpPrototypeSplitBody() local
2359 Branch(SmiEqual(string_length, SmiZero()), &if_stringisempty, &next); in RegExpPrototypeSplitBody()
2361 BIND(&if_stringisempty); in RegExpPrototypeSplitBody()