Searched refs:eval (Results 176 - 200 of 897) sorted by relevance

1234567891011>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/Object/
H A Dregress-72773.js52 eval(sToEval);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_2/regress/
H A Dregress-144834.js64 * Also try eval scope -
76 eval(s);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_4/Eval/
H A Deval-001.js23 * File Name: eval-001.js
26 * The global eval function may not be accessed indirectly and then called.
40 * Indirect eval IS NOT ILLEGAL per ECMA3!!! See
47 * doesn't throw EvalError must allow assignment to eval and indirect calls
51 var SECTION = "eval-001.js";
53 var TITLE = "Calling eval indirectly should NOT fail in version 140";
62 var MY_EVAL = eval;
70 "Call eval indirectly",
H A Deval-002.js23 * File Name: eval-002.js
26 * The global eval function may not be accessed indirectly and then called.
40 * Indirect eval IS NOT ILLEGAL per ECMA3!!! See
47 * doesn't throw EvalError must allow assignment to eval and indirect calls
51 var SECTION = "eval-002.js";
53 var TITLE = "Calling eval indirectly should NOT fail in version 140";
61 var MY_EVAL = eval;
76 "Call eval indirectly",
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTestController.js41 var result = window.eval(script);
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Derr.c33 err(int eval, const char *fmt, ...) argument
47 exit(eval);
51 errx(int eval, const char *fmt, ...) argument
61 exit(eval);
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A Dsphere.py12 Tk().tk.eval('package require snacksphere')
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/String/
H A D15.5.4.7-3.js75 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 0 )") );
80 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 1 )") );
85 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 2 )") );
90 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 10 )") );
95 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r' )") );
H A D15.5.3.2-2.js57 "var MYSTRING = String.fromCharCode(eval(\"var args=''; for ( i = 0x0020; i < 0x007f; i++ ) { args += ( i == 0x007e ) ? i : i + ', '; } args;\")); MYSTRING",
59 eval( "var MYSTRING = String.fromCharCode(" + eval("var args=''; for ( i = 0x0020; i < 0x007f; i++ ) { args += ( i == 0x007e ) ? i : i + ', '; } args;") +"); MYSTRING" ));
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsysv_sem.c685 int i, rval, eval; local
705 eval = EINVAL;
712 eval = EINVAL;
716 eval = mac_sysvsem_check_semctl(cred, semakptr, cmd);
717 if (eval)
721 eval = 0;
726 if ((eval = ipcperm(cred, &semakptr->u.sem_perm, IPC_M)))
748 if ((eval = ipcperm(cred, &semakptr->u.sem_perm, IPC_M)))
753 eval = copyin(user_arg.buf, &ds64, sizeof(ds64));
757 eval
919 int semid, eval; local
1070 int i, j, eval; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Boolean/
H A D15.6.2.js59 eval("TESTBOOL=new Boolean(1);TESTBOOL.toString=Object.prototype.toString;TESTBOOL.toString()") );
66 eval("TESTBOOL=new Boolean(0);TESTBOOL.toString=Object.prototype.toString;TESTBOOL.toString()") );
73 eval("TESTBOOL=new Boolean(-1);TESTBOOL.toString=Object.prototype.toString;TESTBOOL.toString()") );
80 eval("TESTBOOL=new Boolean('1');TESTBOOL.toString=Object.prototype.toString;TESTBOOL.toString()") );
87 eval("TESTBOOL=new Boolean('0');TESTBOOL.toString=Object.prototype.toString;TESTBOOL.toString()") );
94 eval("TESTBOOL=new Boolean('-1');TESTBOOL.toString=Object.prototype.toString;TESTBOOL.toString()") );
101 eval("TESTBOOL=new Boolean(new Boolean(true));TESTBOOL.toString=Object.prototype.toString;TESTBOOL.toString()") );
108 eval("TESTBOOL=new Boolean(Number.NaN);TESTBOOL.toString=Object.prototype.toString;TESTBOOL.toString()") );
115 eval("TESTBOOL=new Boolean(null);TESTBOOL.toString=Object.prototype.toString;TESTBOOL.toString()") );
122 eval("TESTBOO
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Derr.hin60 verr(int eval, const char *fmt, va_list ap)
64 err(int eval, const char *fmt, ...)
68 verrx(int eval, const char *fmt, va_list ap)
72 errx(int eval, const char *fmt, ...)
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/ExecutionContexts/
H A D10.1.4-1.js74 testcases[tc].actual = eval( INPUT );
93 array[item++] = new TestCase( "SECTION", "with MyObject, eval should return square of " );
99 this.eval = new Function( "x", "return(Math.pow(Number(x),2))" );
H A D10.1.4-2.js75 testcases[tc].actual = eval( INPUT );
95 array[item++] = new TestCase( "SECTION", "with MyObject, eval should return square of " );
101 this.eval = new Function( "x", "return(Math.pow(Number(x),2))" );
H A D10.1.4-3.js73 eval( INPUT );
91 array[item++] = new TestCase( "SECTION", "with MyObject, eval should be [object Global].eval " );
97 this.eval = new Function( "x", "return(Math.pow(Number(x),2))" );
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Expressions/
H A D11.4.1.js48 // array[item++] = new TestCase( SECTION, "x=[9,8,7];delete(x[2]);x.length", 2, eval("x=[9,8,7];delete(x[2]);x.length") );
49 // array[item++] = new TestCase( SECTION, "x=[9,8,7];delete(x[2]);x.toString()", "9,8", eval("x=[9,8,7];delete(x[2]);x.toString()") );
50 array[item++] = new TestCase( SECTION, "x=new Date();delete x;typeof(x)", "undefined", eval("x=new Date();delete x;typeof(x)") );
68 eval("var OB = new MyObject(); for ( p in OB ) { delete p }") );
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/Statements/
H A Dforin-002.js50 "eval ( " + property +" )",
52 object[property] == eval(property) );
67 "eval ( " + property +" )",
69 object[property] == eval(property) );
H A Dwhile-002.js41 "while expression is eval(\"\")",
42 eval(""),
64 eval( object.statements );
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_4/Regress/
H A Dfunction-002.js63 eval(dec1);
64 eval(dec2);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Expressions/
H A Dregress-192288.js71 actual = isNaN(eval("f.apply(this)"));
81 actual = isNaN(eval("Function('return 0/0;')()"));
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Object/
H A Dregress-90596-001.js76 eval(s);
83 eval(s);
90 eval(s);
97 eval(s);
108 eval(s);
119 eval(s);
130 eval(s);
141 eval(s);
H A Dregress-90596-002.js76 eval(s);
83 eval(s);
90 eval(s);
97 eval(s);
108 eval(s);
119 eval(s);
130 eval(s);
141 eval(s);
H A Dregress-90596-003.js82 eval(s);
89 eval(s);
96 eval(s);
103 eval(s);
114 eval(s);
125 eval(s);
136 eval(s);
147 eval(s);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DMediaQueryEvaluator.h78 bool eval(const MediaQuerySet*, StyleResolver* = 0) const;
81 bool eval(const MediaQueryExp*) const;
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-replace.el71 (setq from (eval from)))
78 (eval to))))))

Completed in 193 milliseconds

1234567891011>>