Home
last modified time | relevance | path

Searched refs:do_eval (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/test/mjsunit/compiler/
Dstrict-recompile.js43 function do_eval(str) { function
48 var eval_foo = do_eval('(' + foo + ')');
Deval-introduced-closure.js39 function do_eval(str) { function
44 var eval_f = do_eval('(' + f + ')');
/external/v8/test/mjsunit/compiler/
Dstrict-recompile.js43 function do_eval(str) { function
48 var eval_foo = do_eval('(' + foo + ')');
Deval-introduced-closure.js39 function do_eval(str) { function
44 var eval_f = do_eval('(' + f + ')');
/external/mksh/src/
Dfuncs.c2904 bool do_eval) in test_eval() argument
2911 if (!do_eval) in test_eval()
3191 test_oexpr(Test_env *te, bool do_eval) in test_oexpr() argument
3195 if ((rv = test_aexpr(te, do_eval))) in test_oexpr()
3196 do_eval = false; in test_oexpr()
3198 return (test_oexpr(te, do_eval) || rv); in test_oexpr()
3203 test_aexpr(Test_env *te, bool do_eval) in test_aexpr() argument
3207 if (!(rv = test_nexpr(te, do_eval))) in test_aexpr()
3208 do_eval = false; in test_aexpr()
3210 return (test_aexpr(te, do_eval) && rv); in test_aexpr()
[all …]
Dsyn.c1028 bool do_eval MKSH_A_UNUSED) in dbtestp_getopnd()
1044 bool do_eval MKSH_A_UNUSED) in dbtestp_eval()
Dexec.c1697 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd() argument
1706 if (!do_eval) in dbteste_getopnd()