Lines Matching refs:IsJSRegExp
83 isJsReg = patternObj->IsJSRegExp(); in RegExpConstructor()
162 if (!thisObj->IsJSRegExp()) { in Exec()
246 if (!regexp->IsJSRegExp()) { in RegExpTestFast()
306 if (!JSHandle<JSObject>::Cast(thisObj)->IsJSRegExp()) { in GetFlags()
451 if (!thisObj->IsJSRegExp()) { in GetSource()
540 if (thisObj->IsJSRegExp()) { in Match()
744 ASSERT(regexp->IsJSRegExp()); in RegExpReplaceFast()
945 if (isGlobal && thisObj->IsJSRegExp()) { in ReplaceInternal()
953 if (regexpHandle->IsJSRegExp()) { in ReplaceInternal()
1379 if (thisObj->IsJSRegExp()) { in Split()
1760 if (!patternObj->IsJSRegExp()) { in GetFlagsInternal()
2040 if (execVal == env->GetTaggedRegExpExecFunction() && regexp->IsJSRegExp()) { in RegExpExec()
2070 if (!regexp->IsJSRegExp()) { in RegExpExec()