Searched refs:do_eval (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/mjsunit/compiler/
H A Dstrict-recompile.js43 function do_eval(str) { function
48 var eval_foo = do_eval('(' + foo + ')');
H A Deval-introduced-closure.js39 function do_eval(str) { function
44 var eval_f = do_eval('(' + f + ')');
/external/mksh/src/
H A Dfuncs.c2918 bool do_eval)
2925 if (!do_eval)
3205 test_oexpr(Test_env *te, bool do_eval) argument
3209 if ((rv = test_aexpr(te, do_eval)))
3210 do_eval = false;
3212 return (test_oexpr(te, do_eval) || rv);
3217 test_aexpr(Test_env *te, bool do_eval) argument
3221 if (!(rv = test_nexpr(te, do_eval)))
3222 do_eval = false;
3224 return (test_aexpr(te, do_eval)
2917 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, bool do_eval) argument
3229 test_nexpr(Test_env *te, bool do_eval) argument
3237 test_primary(Test_env *te, bool do_eval) argument
[all...]
H A Dsyn.c1021 bool do_eval MKSH_A_UNUSED)
1037 bool do_eval MKSH_A_UNUSED)
H A Dexec.c1709 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) argument
1718 if (!do_eval)

Completed in 1443 milliseconds