Searched refs:is_reg_exp (Results 1 – 2 of 2) sorted by relevance
127 Maybe<bool> is_reg_exp = RegExpUtils::IsRegExp(isolate, search); in BUILTIN() local128 if (is_reg_exp.IsNothing()) { in BUILTIN()132 if (is_reg_exp.FromJust()) { in BUILTIN()294 Maybe<bool> is_reg_exp = RegExpUtils::IsRegExp(isolate, search); in BUILTIN() local295 if (is_reg_exp.IsNothing()) { in BUILTIN()299 if (is_reg_exp.FromJust()) { in BUILTIN()
168 Maybe<bool> is_reg_exp = RegExpUtils::IsRegExp(isolate, search); in RUNTIME_FUNCTION() local169 if (is_reg_exp.IsNothing()) { in RUNTIME_FUNCTION()173 if (is_reg_exp.FromJust()) { in RUNTIME_FUNCTION()