Searched refs:asRegExpObject (Results 1 – 5 of 5) sorted by relevance
63 return asRegExpObject(thisValue)->test(exec, args); in regExpProtoFuncTest()70 return asRegExpObject(thisValue)->exec(exec, args); in regExpProtoFuncExec()85 regExp = asRegExpObject(arg0)->regExp(); in regExpProtoFuncCompile()95 asRegExpObject(thisValue)->setRegExp(regExp.release()); in regExpProtoFuncCompile()96 asRegExpObject(thisValue)->setLastIndex(0); in regExpProtoFuncCompile()108 …UString result = "/" + asRegExpObject(thisValue)->get(exec, exec->propertyNames().source).toString… in regExpProtoFuncToString()110 if (asRegExpObject(thisValue)->get(exec, exec->propertyNames().global).toBoolean(exec)) in regExpProtoFuncToString()112 if (asRegExpObject(thisValue)->get(exec, exec->propertyNames().ignoreCase).toBoolean(exec)) in regExpProtoFuncToString()114 if (asRegExpObject(thisValue)->get(exec, exec->propertyNames().multiline).toBoolean(exec)) in regExpProtoFuncToString()
77 return jsBoolean(asRegExpObject(slot.slotBase())->regExp()->global()); in regExpObjectGlobal()82 return jsBoolean(asRegExpObject(slot.slotBase())->regExp()->ignoreCase()); in regExpObjectIgnoreCase()87 return jsBoolean(asRegExpObject(slot.slotBase())->regExp()->multiline()); in regExpObjectMultiline()92 return jsString(exec, asRegExpObject(slot.slotBase())->regExp()->pattern()); in regExpObjectSource()97 return jsNumber(exec, asRegExpObject(slot.slotBase())->lastIndex()); in regExpObjectLastIndex()107 asRegExpObject(baseObject)->setLastIndex(value.toInteger(exec)); in setRegExpObjectLastIndex()124 return asRegExpObject(function)->exec(exec, args); in callRegExpObject()
73 RegExpObject* asRegExpObject(JSValue);75 inline RegExpObject* asRegExpObject(JSValue value) in asRegExpObject() function
224 RegExp* reg = asRegExpObject(pattern)->regExp(); in stringProtoFuncReplace()470 reg = asRegExpObject(a0)->regExp(); in stringProtoFuncMatch()520 reg = asRegExpObject(a0)->regExp(); in stringProtoFuncSearch()572 RegExp* reg = asRegExpObject(a0)->regExp(); in stringProtoFuncSplit()
6878 (JSC::asRegExpObject):15133 (JSC::asRegExpObject):28339 (JSC::regExpObjectGlobal): Use asRegExpObject.28348 (JSC::asRegExpObject): Added.28351 (JSC::regExpProtoFuncTest): Use asRegExpObject.28361 (JSC::stringProtoFuncReplace): Use asRegExpObject.28363 (JSC::stringProtoFuncMatch): Use asRegExpObject.