HomeSort by relevance Sort by last modified time
    Searched full:eval (Results 301 - 325 of 1661) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/harmony/
block-early-errors.js 38 eval("(function () { " + str + " })");
44 eval("(function () { { " + str + " } })");
  /external/v8/test/mjsunit/
newline-in-string.js 40 assertEquals('asdfasdf', eval(code));
44 assertEquals('asdfasdf', eval(code));
receiver-in-with-calls.js 40 return eval("g")();
46 return eval("g()");
debug-scopes.js 255 // Empty local scope with use of eval.
259 eval('');
272 // Local introducing local variable using eval.
276 eval('var i = 5');
290 // using eval.
296 eval('var i = 5');
297 eval('var j = 6');
565 // functions arguments. In the presence of eval all arguments and locals
574 eval('');
621 // Two closures. In the presence of eval all information is provided as th
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1119.js 35 eval("try { } catch (e) { var x = false; }");
40 eval("try { } catch (e) { var y = false; }");
regress-115452.js 41 eval("function foobl() {}");
46 eval("function foobl() {}");
regress-191.js 37 eval("var x = 42");
39 assertEquals(42, eval("x"));
regress-747.js 31 // This can be a problem if eval is used within the scope.
36 this.callEval = function() {eval('x');};
regress-900055.js 28 var alias = eval;
37 e('s'); // should throw exception since aliased eval is global
regress-990205.js 33 // Force eager compilation of x through the use of eval. The break
35 return eval("while(0) function x() { break; }; 42");
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
quota.js 5 storage = eval(storageString);
51 storage = eval(storageString);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.5-1.js 47 array[item++] = new TestCase( SECTION, "var $123 = 5", 5, eval("var $123 = 5;$123") );
48 array[item++] = new TestCase( SECTION, "var _123 = 5", 5, eval("var _123 = 5;_123") );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.2.js 58 array[item++] = new TestCase( SECTION, "var TESTSTRING = new String('string primitive'); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()", "[object String]", eval("var TESTSTRING = new String('string primitive'); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()") );
63 array[item++] = new TestCase( SECTION, "var TESTSTRING = new String(void 0); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()", "[object String]", eval("var TESTSTRING = new String(void 0); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()") );
68 array[item++] = new TestCase( SECTION, "var TESTSTRING = new String(null); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()", "[object String]", eval("var TESTSTRING = new String(null); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()") );
73 array[item++] = new TestCase( SECTION, "var TESTSTRING = new String(true); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()", "[object String]", eval("var TESTSTRING = new String(true); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()") );
78 array[item++] = new TestCase( SECTION, "var TESTSTRING = new String(false); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()", "[object String]", eval("var TESTSTRING = new String(false); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()") );
83 array[item++] = new TestCase( SECTION, "var TESTSTRING = new String(new Boolean(true)); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()", "[object String]", eval("var TESTSTRING = new String(new Boolean(true)); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()") );
88 array[item++] = new TestCase( SECTION, "var TESTSTRING = new String(); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()", "[object String]", eval("var TESTSTRING = new String(); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()") );
93 array[item++] = new TestCase( SECTION, "var TESTSTRING = new String(''); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()", "[object String]", eval("var TESTSTRING = new String(''); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()") );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/
function-001.js 45 eval("function f1 (a){ var a,b; }");
51 "eval(\"function f1 (a){ var a,b; }\"); "+
  /external/clang/test/Sema/
conditional-expr.c 53 enum Enum { EVal };
54 test0 = test0 ? EVal : test0;
55 test1 = test0 ? EVal : (int) test0;
57 (unsigned) EVal
60 test0 = test0 ? EVal : test1; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
61 test0 = test0 ? test1 : EVal; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
  /external/v8/test/mjsunit/compiler/
countoperation.js 51 assertEquals(1, eval("++a; 1"));
53 assertEquals(1, eval("a++; 1"));
55 assertEquals(1, eval("++b.x; 1"));
57 assertEquals(1, eval("b.x++; 1"));
59 assertEquals(1, eval("++b[c]; 1"));
61 assertEquals(1, eval("b[c]++; 1"));
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.1.js 63 eval("var arr = Array(); arr.getClass = Object.prototype.toString; arr.getClass()") );
68 eval("var arr = Array(); arr.toString == Array.prototype.toString") );
89 eval("var arr = Array(1,2,3); arr.getClass = Object.prototype.toString; arr.getClass()") );
94 eval("var arr = Array(1,2,3); arr.toString == Array.prototype.toString") );
109 eval("var arr = Array(12345); arr.getClass = Object.prototype.toString; arr.getClass()") );
114 eval("var arr = Array(1,2,3,4,5); arr.toString == Array.prototype.toString") );
  /external/bison/m4/
lib-prefix_gl.m4 32 eval additional_includedir=\"$includedir\"
33 eval additional_libdir=\"$libdir\"
44 eval additional_includedir=\"$includedir\"
45 eval additional_libdir=\"$libdir\"
63 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
94 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
138 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
  /ndk/sources/host-tools/sed-4.2.1/m4/
lib-prefix.m4 32 eval additional_includedir=\"$includedir\"
33 eval additional_libdir=\"$libdir\"
44 eval additional_includedir=\"$includedir\"
45 eval additional_libdir=\"$libdir\"
63 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
94 AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
138 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
stdint.m4 319 eval gl_cv_bitsizeof_${gltype}=\$result
321 eval result=\$gl_cv_bitsizeof_${gltype}
334 eval BITSIZEOF_${GLTYPE}=\$result
358 eval gl_cv_type_${gltype}_signed=\$result
360 eval result=\$gl_cv_type_${gltype}_signed
364 eval HAVE_SIGNED_${GLTYPE}=1
366 eval HAVE_SIGNED_${GLTYPE}=0
389 [eval gl_cv_type_${gltype}_suffix=no
390 eval result=\$gl_cv_type_${gltype}_signed
411 [eval gl_cv_type_${gltype}_suffix=\$glsuf]
    [all...]
  /external/liblzf/
configure 104 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
105 eval $as_var=C; export $as_var
151 if (eval ":") 2>/dev/null; then
157 if test $as_have_required = yes && (eval ":
360 (eval "as_func_return () {
530 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
533 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
717 eval $ac_prev=\$ac_option
772 eval enable_$ac_feature=no ;;
791 eval enable_$ac_feature=\$ac_optarg ;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure 54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
176 if (eval ":") 2>/dev/null; then
182 if test $as_have_required = yes && (eval ":
387 (eval "as_func_return () {
554 eval sh -c '\''
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
1177 eval $ac_prev=\$ac_optio
    [all...]
  /external/jpeg/
configure 69 eval "$ac_prev=\$ac_option"
113 eval "enable_${ac_feature}=no" ;;
126 eval "enable_${ac_feature}='$ac_optarg'" ;;
357 eval "with_${ac_package}='$ac_optarg'" ;;
366 eval "with_${ac_package}=no" ;;
397 eval "$varname='$val'"
398 eval "export $varname" ;;
538 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
567 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
628 if { (eval echo configure:629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; the
    [all...]
  /external/qemu/distrib/jpeg-6b/
configure 69 eval "$ac_prev=\$ac_option"
113 eval "enable_${ac_feature}=no" ;;
126 eval "enable_${ac_feature}='$ac_optarg'" ;;
357 eval "with_${ac_package}='$ac_optarg'" ;;
366 eval "with_${ac_package}=no" ;;
397 eval "$varname='$val'"
398 eval "export $varname" ;;
538 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
567 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
628 if { (eval echo configure:629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; the
    [all...]
  /development/build/
Android.mk 109 $(eval _psm_build_module := $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/$(1)_intermediates/javalib.jar)
110 $(eval _psm_packaging_target := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(1)_intermediates/$(1).jar)
117 $(eval _psm_build_module :=)
118 $(eval _psm_packaging_target :=)
123 $(foreach lib, $(ANDROID_SUPPORT_LIBRARIES), $(eval $(call _package_sdk_library,$(lib))))

Completed in 872 milliseconds

<<11121314151617181920>>