| /external/v8/test/mjsunit/ |
| local-load-from-eval.js | 28 // Tests loads of local properties from eval. 32 eval(source); 37 test("(function() { var y = 42; eval('1'); assertEquals(42, y); })();"); 38 test("(function() { var y = 42; eval('var y = 2; var z = 2;'); assertEquals(2, y); })();");
|
| const-eval-init.js | 43 eval(source); 57 eval(source); 66 eval(source); 84 eval(source); 91 eval(source); 102 eval(source); 111 eval(source);
|
| stack-traces.js | 58 eval("function Doo() { FAIL; }; Doo();"); 63 eval("function Outer() { eval('function Inner() { eval(x); }'); Inner(); }; Outer();"); 67 eval("function Doo() { FAIL; }; Doo();\n//@ sourceURL=res://name"); 72 var innerEval = 'function Inner() { eval(x); }\n//@ sourceURL=res://inner-eval'; 73 eval("function Outer() { eval(innerEval); Inner(); }; Outer();\n//@ sourceURL=res://outer-eval"); [all...] |
| strict-mode.js | 89 // Function named 'eval'. 90 CheckStrictMode("function eval() {}", SyntaxError); 95 // Function parameter named 'eval'. 96 CheckStrictMode("function foo(a, b, eval, c, d) {}", SyntaxError); 101 // Property accessor parameter named 'eval'. 102 CheckStrictMode("var o = { set foo(eval) {} }", SyntaxError); 110 // Function constructor: eval parameter name. 111 CheckFunctionConstructorStrictMode("eval"); 120 // catch(eval) 121 CheckStrictMode("try{}catch(eval){};", SyntaxError) [all...] |
| parse-int-float.js | 76 var x = eval("1.2e" + i); 78 x = eval("1e" + i); 82 x = eval("-1e" + i); 84 x = eval("-1.2e" + i); 89 var x = eval("1e" + i); 91 x = eval("-1e" + i);
|
| /external/webkit/Source/JavaScriptCore/debugger/ |
| DebuggerCallFrame.cpp | 92 EvalExecutable* eval = EvalExecutable::create(m_callFrame, makeSource(script), m_callFrame->codeBlock()->isStrictMode()); local 98 JSValue result = globalData.interpreter->execute(eval, m_callFrame, thisObject(), m_callFrame->scopeChain());
|
| Debugger.cpp | 129 EvalExecutable* eval = EvalExecutable::create(globalCallFrame, makeSource(script), false); local 130 if (!eval) { 136 JSValue result = globalData.interpreter->execute(eval, globalCallFrame, globalObject, globalCallFrame->scopeChain());
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
| 10.1.8-1.js | 81 var LENGTH = eval( "GetLength("+ args +")" ); 88 var ARGUMENTS = eval( "GetArguments( " +args+")" );
|
| 10.1.8-2.js | 87 var LENGTH = eval( "GetLength("+ args +")" ); 94 var ARGUMENTS = eval( "GetArguments( " +args+")" );
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
| 11.2.1-2.js | 89 eval( PROPERTY[i].object+ ".valueOf()" ) ); 94 eval( PROPERTY[i].object+ ".toString()" ) );
|
| 11.2.1-3-n.js | 85 eval( PROPERTY[i].object+ ".valueOf()" ) ); 90 eval( PROPERTY[i].object+ ".toString()" ) );
|
| 11.2.1-4-n.js | 85 eval( PROPERTY[i].object+ ".valueOf()" ) ); 90 eval( PROPERTY[i].object+ ".toString()" ) );
|
| 11.4.1.js | 48 // 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 }") );
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/ |
| regexp-enumerate-001.js | 69 if ( eval("this."+name) != void 0 ) { 72 eval( "this."+ name+" = "+ false );
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/ |
| regress-131964.js | 39 * Function declarations in eval scope are not {DontDelete}. 106 * Try the same test in eval scope - here we EXPECT the function to be deleted (?) 127 eval(s); 131 * Define the function in eval scope, but delete it in global scope - 139 eval(s);
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/ |
| function-002.js | 63 eval(dec1); 64 eval(dec2);
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/ |
| regress-121658.js | 98 // Now try in eval scope - 100 eval(sEval); 108 // Try in eval scope and mix functions up - 110 eval(sEval);
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Expressions/ |
| regress-192288.js | 71 actual = isNaN(eval("f.apply(this)")); 81 actual = isNaN(eval("Function('return 0/0;')()"));
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Object/ |
| regress-192105.js | 127 * Now call F() and G() from yet other functions, and use eval() 131 eval('F();'); 141 eval('G();');
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
| regress-103602.js | 73 eval(sEval); 89 eval(sEval);
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
| regress-181834.js | 91 * Recompile the function |outer| via eval() in order to 95 eval(s); 119 * Recompile the function |outer| via eval() in order to 122 eval(s);
|
| /build/core/tasks/ |
| sdk-addon.mk | 44 $(eval _src := $(call module-stubs-files,$(call word-colon,1,$(cf)))) \ 45 $(eval $(call stub-addon-jar,$(_src))) \ 46 $(eval _src := $(call stub-addon-jar-file,$(_src))) \ 47 $(if $(_src),,$(eval $(error Unknown or unlinkable module: $(call word-colon,1,$(cf)). Requested by $(INTERNAL_PRODUCT)))) \ 48 $(eval _dest := $(call word-colon,2,$(cf))) \ 49 $(eval files_to_copy += $(_src):$(_dest)) \ 66 $(eval _src := $(call word-colon,1,$(cf))) \ 67 $(eval _dest := $(call append-path,$(staging),$(call word-colon,2,$(cf)))) \ 68 $(eval $(call copy-one-file,$(_src),$(_dest))) \ 69 $(eval sdk_addon_deps += $(_dest)) [all...] |
| /build/core/ |
| cleanbuild.mk | 28 $(eval _acs_makefile_prefix := $(lastword $(MAKEFILE_LIST))) 29 $(eval _acs_makefile_prefix := $(subst /,_,$(_acs_makefile_prefix))) 30 $(eval _acs_makefile_prefix := $(subst .,-,$(_acs_makefile_prefix))) 31 $(eval _acs_makefile_prefix := $(_acs_makefile_prefix)_acs) 33 $(eval $(_acs_makefile_prefix) := $(INTERNAL_CLEAN_BUILD_VERSION))) 34 $(eval $(_acs_makefile_prefix) := $($(_acs_makefile_prefix))@) 35 $(if $(strip $(2)),$(eval _acs_id := $($(_acs_makefile_prefix))),\ 36 $(eval _acs_id := $(_acs_makefile_prefix)$($(_acs_makefile_prefix)))) 37 $(eval INTERNAL_CLEAN_STEPS += $(_acs_id)) 38 $(eval INTERNAL_CLEAN_STEP.$(_acs_id) := $(1) [all...] |
| /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.4.4-2.js | 88 testcases[testcases.length] = new TestCase( SECTION, "delete Array.prototype.reverse.length; Array.prototype.reverse.length", 0, eval("delete Array.prototype.reverse.length; Array.prototype.reverse.length") ); 94 eval("var A = new Array(); A.reverse(); A.length") ); 121 this[i] = eval(this.array[i]);
|