Searched refs:asRegExpObject (Results 1 – 6 of 6) sorted by relevance
94 return jsBoolean(asRegExpObject(slotBase)->regExp()->global()); in regExpObjectGlobal()99 return jsBoolean(asRegExpObject(slotBase)->regExp()->ignoreCase()); in regExpObjectIgnoreCase()104 return jsBoolean(asRegExpObject(slotBase)->regExp()->multiline()); in regExpObjectMultiline()109 return jsString(exec, asRegExpObject(slotBase)->regExp()->pattern()); in regExpObjectSource()114 return asRegExpObject(slotBase)->getLastIndex(); in regExpObjectLastIndex()124 asRegExpObject(baseObject)->setLastIndex(exec->globalData(), value); in setRegExpObjectLastIndex()
66 return JSValue::encode(asRegExpObject(thisValue)->test(exec)); in regExpProtoFuncTest()74 return JSValue::encode(asRegExpObject(thisValue)->exec(exec)); in regExpProtoFuncExec()90 regExp = asRegExpObject(arg0)->regExp(); in regExpProtoFuncCompile()110 asRegExpObject(thisValue)->setRegExp(regExp.release()); in regExpProtoFuncCompile()111 asRegExpObject(thisValue)->setLastIndex(0); in regExpProtoFuncCompile()124 RegExpObject* thisObject = asRegExpObject(thisValue); in regExpProtoFuncToString()
92 RegExpObject* asRegExpObject(JSValue);94 inline RegExpObject* asRegExpObject(JSValue value) in asRegExpObject() function
315 RegExp* reg = asRegExpObject(pattern)->regExp(); in stringProtoFuncReplace()609 reg = asRegExpObject(a0)->regExp(); in stringProtoFuncMatch()659 reg = asRegExpObject(a0)->regExp(); in stringProtoFuncSearch()717 RegExp* reg = asRegExpObject(a0)->regExp(); in stringProtoFuncSplit()
462 RegExpObject* regExp = asRegExpObject(obj); in dumpIfTerminal()
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.