Home | History | Annotate | Download | only in runtime

Lines Matching defs:toStrictThisObject

143         virtual JSValue toStrictThisObject(ExecState*) const;
846 inline JSValue JSValue::toStrictThisObject(ExecState* exec) const
850 return asObject(asCell())->toStrictThisObject(exec);