/external/chromium_org/v8/test/webkit/ |
unmatching-argument-count.js | 35 shouldBe('eval("f()")', '""'); 36 shouldBe('eval("f(1)")', '"1"'); 37 shouldBe('eval("f(1, 2)")', '"1, 2"'); 38 shouldBe('eval("f(1, 2, 3)")', '"1, 2, 3"'); 39 shouldBe('eval("f(1, 2, 3, 4)")', '"1, 2, 3, 4"'); 40 shouldBe('eval("f(1, 2, 3, 4, 5)")', '"1, 2, 3, 4, 5"'); 41 shouldBe('eval("f(1, 2, 3, 4, 5, 6)")', '"1, 2, 3, 4, 5, 6"');
|
toString-number-dot-expr-expected.txt | 29 PASS unevalf(eval(unevalf(f1))) is unevalf(f1) 30 PASS unevalf(eval(unevalf(f2))) is unevalf(f2) 31 PASS unevalf(eval(unevalf(f3))) is unevalf(f3) 32 PASS unevalf(eval(unevalf(f4))) is unevalf(f4) 33 PASS unevalf(eval(unevalf(f5))) is unevalf(f5)
|
/external/v8/test/mjsunit/ |
strict-mode-eval.js | 30 var code1 = "function f(eval) {}"; 36 // (using aliased eval to force non-strict mode) 37 var eval_alias = eval; 47 eval(code1); 57 eval(code2); 67 eval(code3); 77 eval(code4);
|
property-load-across-eval.js | 28 // Tests loading of properties across eval calls. 35 // Test loading across an eval call that does not shadow variables. 42 eval('1'); 94 // Test loading across eval calls that do not shadow variables. 98 eval('1'); 100 eval('1'); 118 // Test loading across an eval call that shadows variables. 123 eval('var x = 3; var y = 4;'); 126 eval('function local_function() { return "new_local"; }'); 127 eval('function global_function() { return "new_nonglobal"; }') [all...] |
debug-compile-event.js | 38 var eval_compilations = 0; // Number of scources compiled through eval. 43 eval(current_source); 61 case Debug.ScriptCompilationType.Eval: 67 // If the compiled source contains 'eval' there will be additional compile 68 // events for the source inside eval. 69 if (current_source.indexOf('eval') == 0) { 70 // For source with 'eval' there will be compile events with substrings 74 // For source without 'eval' there will be a compile events with the 80 var msg = eval('(' + json + ')'); 100 compileSource('eval("a=2")') [all...] |
object-literal.js | 146 eval("var " + keyword + " = 42;"); 153 var x = eval("({" + keyword + ": 42})"); 155 assertEquals(42, eval("x." + keyword)); 156 eval("x." + keyword + " = 37"); 158 assertEquals(37, eval("x." + keyword)); 161 var y = eval("({value : 42, get " + keyword + "(){return this.value}," + 164 assertEquals(42, eval("y." + keyword)); 165 eval("y." + keyword + " = 37"); 167 assertEquals(37, eval("y." + keyword)); 170 var z = eval("({\"" + keyword + "\": 42})") [all...] |
/external/chromium_org/v8/test/mjsunit/compiler/ |
eval-introduced-closure.js | 28 // Test that functions introduced by eval work both when there are 29 // strict mode and non-strict mode eval in scopes. 41 return eval(str); 52 return eval(str); 62 var f = eval(str); 63 eval('var x = 1'); 73 function strict_eval(str) { "use strict"; return eval(str); } 78 eval("var x = 3"); 86 function strict_eval(str) { "use strict"; return eval(str); } 91 eval("var x = 3") [all...] |
/external/chromium_org/v8/test/mjsunit/ |
property-load-across-eval.js | 28 // Tests loading of properties across eval calls. 35 // Test loading across an eval call that does not shadow variables. 42 eval('1'); 94 // Test loading across eval calls that do not shadow variables. 98 eval('1'); 100 eval('1'); 118 // Test loading across an eval call that shadows variables. 123 eval('var x = 3; var y = 4;'); 126 eval('function local_function() { return "new_local"; }'); 127 eval('function global_function() { return "new_nonglobal"; }') [all...] |
debug-compile-event.js | 38 var eval_compilations = 0; // Number of scources compiled through eval. 43 eval(current_source); 61 case Debug.ScriptCompilationType.Eval: 67 // If the compiled source contains 'eval' there will be additional compile 68 // events for the source inside eval. 69 if (current_source.indexOf('eval') == 0) { 70 // For source with 'eval' there will be compile events with substrings 74 // For source without 'eval' there will be a compile events with the 80 var msg = eval('(' + json + ')'); 100 compileSource('eval("a=2")') [all...] |
object-literal.js | 146 eval("var " + keyword + " = 42;"); 153 var x = eval("({" + keyword + ": 42})"); 155 assertEquals(42, eval("x." + keyword)); 156 eval("x." + keyword + " = 37"); 158 assertEquals(37, eval("x." + keyword)); 161 var y = eval("({value : 42, get " + keyword + "(){return this.value}," + 164 assertEquals(42, eval("y." + keyword)); 165 eval("y." + keyword + " = 37"); 167 assertEquals(37, eval("y." + keyword)); 170 var z = eval("({\"" + keyword + "\": 42})") [all...] |
/external/v8/test/mjsunit/compiler/ |
eval-introduced-closure.js | 28 // Test that functions introduced by eval work both when there are 29 // strict mode and non-strict mode eval in scopes. 41 return eval(str); 52 return eval(str); 62 var f = eval(str); 63 eval('var x = 1'); 73 function strict_eval(str) { "use strict"; return eval(str); } 78 eval("var x = 3"); 86 function strict_eval(str) { "use strict"; return eval(str); } 91 eval("var x = 3") [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
tkt-2d1a5c67d.test | 28 db eval "PRAGMA cache_size=$::ii" 29 db eval { 49 db eval { 61 db eval "PRAGMA cache_size=$::ii" 62 db eval {
|
tkt3080.test | 25 db eval { 31 db eval { 35 db eval { 48 db eval { 65 db eval {
|
trans2.test | 91 db eval {INSERT INTO t1 VALUES($id,$u1,zeroblob($z),$u2)} 93 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id} 116 db eval "DELETE FROM t1 WHERE id IN ([join $todel ,])" 117 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id} 143 db eval BEGIN 149 db eval $s 151 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id} 166 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id} 175 db eval $s 176 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id [all...] |
triggerA.test | 30 db eval { 37 db eval { 43 db eval { 51 db eval { 57 db eval { 63 db eval { 70 db eval { 78 db eval { 88 db eval { 98 db eval { [all...] |
boundary3.test | 25 db eval { 96 db eval { 101 db eval { 112 db eval { 117 db eval { 122 db eval { 127 db eval { 133 db eval { 139 db eval { 146 db eval { [all...] |
tkt3093.test | 26 db eval { 38 db2 eval { 54 db eval COMMIT 63 db eval { 79 db eval {SELECT * FROM t1} 82 db2 eval {SELECT * FROM t1}
|
/system/extras/tests/bionic/libc/ |
Android.mk | 30 $(eval include $(CLEAR_VARS)) \ 31 $(eval LOCAL_SRC_FILES := $(file)) \ 32 $(eval LOCAL_MODULE := $(notdir $(file:%.c=%))) \ 33 $(eval LOCAL_MODULE := $(LOCAL_MODULE:%.cpp=%)) \ 34 $(eval LOCAL_CFLAGS += $(EXTRA_CFLAGS)) \ 35 $(eval LOCAL_LDFLAGS += $(EXTRA_LDLIBS)) \ 36 $(eval LOCAL_MODULE_TAGS := tests) \ 37 $(eval include $(BUILD_EXECUTABLE)) \ 39 $(eval EXTRA_CFLAGS :=) \ 40 $(eval EXTRA_LDLIBS := [all...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
basic-strict-mode-expected.txt | 56 PASS (function eval(){'use strict';}) threw exception SyntaxError: Function name may not be eval or arguments in strict mode. 57 PASS (function(){(function eval(){'use strict';})}) threw exception SyntaxError: Function name may not be eval or arguments in strict mode. 58 PASS (function (eval){'use strict';}) threw exception SyntaxError: Parameter name eval or arguments is not allowed in strict mode. 59 PASS (function(){(function (eval){'use strict';})}) threw exception SyntaxError: Parameter name eval or arguments is not allowed in strict mode. 60 PASS (function arguments(){'use strict';}) threw exception SyntaxError: Function name may not be eval or arguments in strict mode. 61 PASS (function(){(function arguments(){'use strict';})}) threw exception SyntaxError: Function name may not be eval or arguments in strict mode [all...] |
/external/chromium_org/native_client_sdk/src/resources/ |
Makefile.example.template | 65 $(foreach dep,$(DEPS),$(eval $(call DEPEND_RULE,$(dep)))) 69 $(foreach src,$({{name}}_SOURCES),$(eval $(call COMPILE_RULE,$(src),$({{name}}_CFLAGS)))) 71 $(foreach src,$(SOURCES),$(eval $(call COMPILE_RULE,$(src),$(CFLAGS)))) 81 $(eval $(call SO_RULE,{{name}},$({{sources}}))) 83 $(eval $(call SO_RULE,{{name}},$({{sources}}),,,1)) 86 $(eval $(call LINK_RULE,{{name}}_unstripped,$({{sources}}),$(LIBS),$(DEPS))) 87 $(eval $(call STRIP_RULE,{{name}},{{name}}_unstripped)) 89 $(eval $(call LINK_RULE,{{name}},$({{sources}}),$(LIBS),$(DEPS))) 93 $(eval $(call NMF_RULE,$(TARGET),)){{post}}
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
hidden-evals.html | 4 <p>The following manual test creates functions via <tt>eval()</tt> and the 19 <li>(program): f_named_1.eval 20 <li>(program): f_named_2.eval 21 <li>(program): f_named_3.eval 54 eval([ 59 "//@sourceURL=f_named_1.eval" 62 eval([ 73 "//@sourceURL=f_named_2.eval" 87 "//@sourceURL=f_named_3.eval"
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
block-const-assign.js | 48 // Function local const, assign from eval. 50 use = "eval('(function() { " + use + " })')"; 56 use = "eval('(function() { " + use + " })')"; 72 // Block local const, assign from eval. 74 use = "eval('(function() {" + use + "})')"; 80 use = "eval('(function() {" + use + "})')"; 91 // Function expression name, assign from eval. 93 use = "eval('(function(){" + use + "})')"; 118 eval(d(u));
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2594.js | 36 eval("var h = function() { return XXX }") 45 eval("function h(){ return XXX }") 55 eval("function h(){ return XXX }") 66 eval("function h(){ return XXX }") 76 eval('eval("function h(){ return XXX }")') 85 eval("var h = (function() { function g(){ return XXX } return g })()") 94 eval("function h() { var XXX=2; function g(){ return XXX } return g }") 102 eval("function h(){ return XXX }")
|
/external/eigen/test/ |
geo_homogeneous.cpp | 51 VERIFY_IS_APPROX(t1 * (v0.homogeneous().eval()), t1 * v0.homogeneous()); 52 VERIFY_IS_APPROX(t1 * (m0.colwise().homogeneous().eval()), t1 * m0.colwise().homogeneous()); 55 VERIFY_IS_APPROX(t2 * (v0.homogeneous().eval()), t2 * v0.homogeneous()); 56 VERIFY_IS_APPROX(t2 * (m0.colwise().homogeneous().eval()), t2 * m0.colwise().homogeneous()); 58 VERIFY_IS_APPROX((v0.transpose().rowwise().homogeneous().eval()) * t2, 60 m0.transpose().rowwise().homogeneous().eval(); 61 VERIFY_IS_APPROX((m0.transpose().rowwise().homogeneous().eval()) * t2, 65 VERIFY_IS_APPROX((v0.transpose().rowwise().homogeneous().eval()) * t3, 67 VERIFY_IS_APPROX((m0.transpose().rowwise().homogeneous().eval()) * t3,
|
/external/v8/test/mjsunit/harmony/ |
block-const-assign.js | 48 // Function local const, assign from eval. 50 use = "eval('(function() { " + use + " })')"; 56 use = "eval('(function() { " + use + " })')"; 72 // Block local const, assign from eval. 74 use = "eval('(function() {" + use + "})')"; 80 use = "eval('(function() {" + use + "})')"; 91 // Function expression name, assign from eval. 93 use = "eval('(function(){" + use + "})')"; 118 eval(d(u));
|