Home | History | Annotate | Download | only in js

Lines Matching full:tostring

66 var evalFromInlineRe=eval(inlineRe.toString())
68 var evalFromEvalInlineRe=eval(evalInlineRe.toString())
70 var evalFromExplicitRe=eval(explicitRe.toString())
81 shouldBe("inlineRe.toString()", "newFromInlineRe.toString()")
82 shouldBe("inlineRe.toString()", "evalFromInlineRe.toString()")
83 shouldBe("inlineRe.toString()", "evalInlineRe.toString()")
84 shouldBe("inlineRe.toString()", "newFromEvalInlineRe.toString()")
85 shouldBe("inlineRe.toString()", "evalFromEvalInlineRe.toString()")
86 shouldBe("inlineRe.toString()", "explicitRe.toString()")
87 shouldBe("inlineRe.toString()", "newFromExplicitRe.toString()")
88 shouldBe("inlineRe.toString()", "evalFromExplicitRe.toString()")
102 var bevalFromInlineRe=eval(binlineRe.toString())
104 var bevalFromEvalInlineRe=eval(bevalInlineRe.toString())
106 var bevalFromExplicitRe=eval(bexplicitRe.toString())
117 shouldBe("binlineRe.toString()", "bnewFromInlineRe.toString()")
118 shouldBe("binlineRe.toString()", "bevalFromInlineRe.toString()")
119 shouldBe("binlineRe.toString()", "bevalInlineRe.toString()")
120 shouldBe("binlineRe.toString()", "bnewFromEvalInlineRe.toString()")
121 shouldBe("binlineRe.toString()", "bevalFromEvalInlineRe.toString()")
122 shouldBe("binlineRe.toString()", "bexplicitRe.toString()")
123 shouldBe("binlineRe.toString()", "bnewFromExplicitRe.toString()")
124 shouldBe("binlineRe.toString()", "bevalFromExplicitRe.toString()")