HomeSort by relevance Sort by last modified time
    Searched refs:eval (Results 501 - 525 of 747) sorted by null

<<21222324252627282930

  /external/v8/test/mjsunit/
receiver-in-with-calls.js 40 return eval("g")();
46 return eval("g()");
debug-setbreakpoint.js 45 return eval('(' + code + ')');
148 eval('function h(){}');
149 eval('function sourceUrlFunc() { a = 2; }\n//@ sourceURL=sourceUrlScript');
212 // Creates the eval script and tries to set the breakpoint.
216 eval('SetBreakpointInI1Script()\nfunction i1(){}\n\n\n\nfunction i2(){}\n');
mirror-script.js 88 testScriptMirror(eval('(function(){})'), null, 1, 2, 1, '(function(){})', 87);
89 testScriptMirror(eval('(function(){\n })'), null, 2, 2, 1, '(function(){\n })', 88);
92 var mirror = debug.MakeMirror(eval('(function(){\n 1;\n})')).script();
bit-not.js 30 var expected = eval("~(" + x + ")");
36 expected = eval("~(" + x + " - 0.01)");
  /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-1151.js 34 eval.__proto__ = function () { };
35 eval['prototype'] = {};
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-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/Source/JavaScriptCore/API/tests/
minidom.js 30 evalA = eval(a);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.2-1.js 111 array[item++] = new TestCase( SECTION, "parseInt.length = 0; parseInt.length", 2, eval("parseInt.length = 0; parseInt.length") );
112 array[item++] = new TestCase( SECTION, "var PROPS=''; for ( var p in parseInt ) { PROPS += p; }; PROPS", "", eval("var PROPS=''; for ( var p in parseInt ) { PROPS += p; }; PROPS") );
114 array[item++] = new TestCase( SECTION, "delete parseInt.length; parseInt.length", 2, eval("delete parseInt.length; parseInt.length") );
115 array[item++] = new TestCase( SECTION, "parseInt.length = null; parseInt.length", 2, eval("parseInt.length = null; parseInt.length") );
15.1.2.7.js 52 array[item++] = new TestCase( SECTION, "isFinite.length = null; isFinite.length", 1, eval("isFinite.length=null; isFinite.length") );
54 array[item++] = new TestCase( SECTION, "delete isFinite.length; isFinite.length", 1, eval("delete isFinite.length; isFinite.length") );
55 array[item++] = new TestCase( SECTION, "var MYPROPS=''; for ( p in isFinite ) { MYPROPS+= p }; MYPROPS", "", eval("var MYPROPS=''; for ( p in isFinite ) { MYPROPS += p }; MYPROPS") );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.1.js 71 eval("var MATHPROPS='';for( p in Math ){ MATHPROPS +=p; };MATHPROPS") );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.3.js 72 array[item++] = new TestCase( SECTION, "Number(eval('var x'))", Number.NaN, Number(eval("var x")) );
9.9-1.js 115 array[item++] = new TestCase( SECTION, "Object( new MyObject(true) ).valueOf()", true, eval("Object( new MyObject(true) ).valueOf()") );
116 array[item++] = new TestCase( SECTION, "typeof Object( new MyObject(true) )", "object", eval("typeof Object( new MyObject(true) )") );
117 array[item++] = new TestCase( SECTION, "(Object( new MyObject(true) )).toString()", "[object Object]", eval("(Object( new MyObject(true) )).toString()") );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Array/
regress-101488.js 121 eval(s);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Expressions/
11.6.1-1.js 79 * The next sections test the + operator via eval()
113 * Applies the + operator to the provided arguments via eval().
115 * Form an eval string of the form 'arg1 + arg2 + arg3', but
116 * remember to add double-quotes inside the eval string around
118 * arguments were 11, 'a', 22. Then the eval string should be
123 * we'd get this for an eval string:
127 * If we eval() this, we get 'ReferenceError: a is not defined'.
128 * With proper quoting, we get eval('11 + "a" + 22') as desired.
149 return eval(sEval);
11.9.6-1.js 148 * The return value of eval(a STATEMENT) is undefined.
153 var arrUndef = [ , undefined, eval('var x = 0'), this.NOT_A_PROPERTY, , ];
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-57631.js 105 eval('obj = new RegExp(s, f);');
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 31 * could be changed to O(n * ack(n)) with a small change to the link and eval,
153 private SsaBasicBlock eval(SsaBasicBlock v) { method in class:Dominators
207 int predSemidom = info[eval(predBlock).getIndex()].semidom;
229 SsaBasicBlock U = eval(last);
  /external/icu4c/i18n/
astro.cpp 724 virtual double eval(CalendarAstronomer& a) { return a.getSunLongitude(); } function in class:SunTimeAngleFunc
741 virtual void eval(CalendarAstronomer::Equatorial& result, CalendarAstronomer&a) { a.getSunPosition(result); } function in class:RiseSetCoordFunc
1220 virtual double eval(CalendarAstronomer&a) { return a.getMoonAge(); } function in class:MoonTimeAngleFunc
1263 virtual void eval(CalendarAstronomer::Equatorial& result, CalendarAstronomer&a) { result = a.getMoonPosition(); } function in class:MoonRiseSetCoordFunc
    [all...]
  /external/webkit/Source/WebCore/inspector/
InjectedScriptSource.js 118 return eval("(" + objectId + ")");
133 var argsArray = eval("(" + args + ")");
193 // Surround the expression in parenthesis so the result of the eval is the result
196 // There is a regression introduced here: eval is now happening against global object,
199 var result = inspectedWindow.eval("(" + expression + ")");
204 var result = inspectedWindow.eval("\"" + expression.replace(/"/g, "\\\"") + "\"");
245 return this._evaluateAndWrap(inspectedWindow.eval, inspectedWindow, expression, objectGroup, false, injectCommandLineAPI);
256 return this._evaluateAndWrap(inspectedWindow.eval, inspectedWindow, "(function() {" + expression + "}).call(window.console._objectToEvaluateOn)", parsedObjectId.objectGroup, false, false);
321 var parsedCallFrameId = eval("(" + callFrameId + ")");
  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js 82 _av = eval(_a);
86 var _bv = eval(_b);
114 _av = eval(_a);
132 _av = eval(_a);
139 _ev = eval(_e);
  /ndk/build/core/
main.mk 87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
90 $(eval include $(BUILD_SYSTEM)/add-application.mk)\
122 $(eval NDK_APPS := $(_known_apps))\
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java 193 private XObject eval(String expression, Object contextItem) method in class:XPathImpl
281 XObject resultObject = eval( expression, item );
476 XObject resultObject = eval( expression, document );

Completed in 992 milliseconds

<<21222324252627282930