Lines Matching refs:CJS_Value
121 const std::vector<CJS_Value>& params, in printf()
122 CJS_Value& vRet, in printf()
184 const std::vector<CJS_Value>& params, in printd()
185 CJS_Value& vRet, in printd()
192 CJS_Value p1(pRuntime); in printd()
195 CJS_Value p2 = params[1]; in printd()
207 if (p1.GetType() == CJS_Value::VT_number) { in printd()
237 if (p1.GetType() == CJS_Value::VT_string) { in printd()
396 const std::vector<CJS_Value>& params, in printx()
397 CJS_Value& vRet, in printx()
492 const std::vector<CJS_Value>& params, in scand()
493 CJS_Value& vRet, in scand()
540 const std::vector<CJS_Value>& params, in byteToChar()
541 CJS_Value& vRet, in byteToChar()