Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string.cc127 Maybe<bool> is_reg_exp = RegExpUtils::IsRegExp(isolate, search); in BUILTIN() local
128 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() local
295 if (is_reg_exp.IsNothing()) { in BUILTIN()
299 if (is_reg_exp.FromJust()) { in BUILTIN()
/external/v8/src/runtime/
Druntime-strings.cc168 Maybe<bool> is_reg_exp = RegExpUtils::IsRegExp(isolate, search); in RUNTIME_FUNCTION() local
169 if (is_reg_exp.IsNothing()) { in RUNTIME_FUNCTION()
173 if (is_reg_exp.FromJust()) { in RUNTIME_FUNCTION()