Home
last modified time | relevance | path

Searched refs:eval_mode (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/jslib/src/
A Drepl.js913 var eval_mode = "std"; variable
948 if (eval_mode !== "math") {
973 if (typeof a === "bigfloat" && eval_mode !== "math") {
975 } else if (eval_mode !== "std" && s.indexOf(".") < 0 &&
1000 if (eval_mode === "std")
1168 REPL.puts("Running mode=" + eval_mode + CRLF);
1170 eval_mode = param;
1231 … REPL.puts("\\mode [std|math] change the running mode (current = " + eval_mode + ")" + CRLF);
1244 if (eval_mode === "math")
1291 eval_mode = "math";
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drepl.js905 var eval_mode = "std"; variable
940 if (eval_mode !== "math") {
965 if (typeof a === "bigfloat" && eval_mode !== "math") {
967 } else if (eval_mode !== "std" && s.indexOf(".") < 0 &&
992 if (eval_mode === "std")
1160 std.puts("Running mode=" + eval_mode + "\n");
1162 eval_mode = param;
1219 … std.puts("\\mode [std|math] change the running mode (current = " + eval_mode + ")\n");
1231 if (eval_mode === "math")
1270 eval_mode = "math";

Completed in 7 milliseconds