Searched refs:eval (Results 201 - 225 of 731) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-conditional-position.js89 eval(test1.toString() + "//@ sourceUrl=foo");
90 eval(test2.toString() + "//@ sourceUrl=foo");
91 eval(test3.toString() + "//@ sourceUrl=foo");
H A Dregress-109195.js49 eval(src);
65 eval(src);
/external/v8/test/mjsunit/
H A Dbit-not.js30 var expected = eval("~(" + x + ")");
36 expected = eval("~(" + x + " - 0.01)");
71 // Put in an eval to foil Crankshaft.
72 eval("");
H A Dparse-int-float.js76 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);
H A Ddebug-set-script-source.js55 eval('a=1');
56 eval('(function(){})');
H A Dfunction-without-prototype.js40 eval(name + ".prototype = 42;");
44 testPrototype(eval);
H A Dstrict-mode-implicit-receiver.js97 // Check calls to eval within a function with 'undefined' as receiver.
100 return eval("this");
141 // Test calls of aliased eval.
143 var eval = function() { return this; }
146 assertEquals('object', typeof eval());
152 function outer_eval_conversion3(eval, expected) {
155 var x = eval("this");
163 function strict_eval(s) { "use strict"; return eval(s); }
164 function non_strict_eval(s) { return eval(s); }
171 outer_eval_conversion3(eval, 'undefine
[all...]
/external/v8/test/mjsunit/harmony/
H A Dblock-scoping.js54 assertEquals(1, eval('one'));
55 assertEquals(2, eval('x'));
56 assertEquals(3, eval('y'));
57 assertEquals(4, eval('z'));
58 assertEquals(5, eval('u'));
59 assertEquals(6, eval('v'));
94 assertEquals(1, eval('one'));
95 assertEquals(2, eval('x'));
96 assertEquals(3, eval('y'));
97 assertEquals(4, eval('
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-conditional-position.js89 eval(test1.toString() + "//@ sourceUrl=foo");
90 eval(test2.toString() + "//@ sourceUrl=foo");
91 eval(test3.toString() + "//@ sourceUrl=foo");
H A Dregress-109195.js49 eval(src);
65 eval(src);
/external/chromium_org/v8/test/mjsunit/
H A Dparse-int-float.js76 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);
H A Ddebug-set-script-source.js55 eval('a=1');
56 eval('(function(){})');
H A Dfunction-without-prototype.js40 eval(name + ".prototype = 42;");
44 testPrototype(eval);
H A Dstrict-mode-implicit-receiver.js97 // Check calls to eval within a function with 'undefined' as receiver.
100 return eval("this");
141 // Test calls of aliased eval.
143 var eval = function() { return this; }
146 assertEquals('object', typeof eval());
152 function outer_eval_conversion3(eval, expected) {
155 var x = eval("this");
163 function strict_eval(s) { "use strict"; return eval(s); }
164 function non_strict_eval(s) { return eval(s); }
171 outer_eval_conversion3(eval, 'undefine
[all...]
H A Ddebug-liveedit-1.js33 eval("var something1 = 25; "
H A Dglobal-load-from-eval-in-with.js28 // Tests global loads from eval inside of a with statement.
34 eval(source);
38 // Test shadowing in eval scope.
42 // Test shadowing in local scope inside an eval scope.
46 // Test shadowing in local scope inside an eval scope. Deeper nesting
51 // Test shadowing in local scope inside an eval scope with eval calls in the eval scopes.
52 test({ x: 42 }, "function f() { eval('1'); assertEquals(42, x) }; f();");
53 test({ y: 42 }, "function f() { eval('
[all...]
/external/chromium/third_party/libevent/
H A Dlog.h36 void event_err(int eval, const char *fmt, ...) EV_CHECK_FMT(2,3);
38 void event_errx(int eval, const char *fmt, ...) EV_CHECK_FMT(2,3);
/external/chromium_org/content/test/data/workers/
H A Dworker_common.js26 else if (/eval.+/.test(evt.data)) {
28 postMessage(eval(evt.data.substr(5)));
/external/chromium_org/third_party/libevent/
H A Dlog.h36 void event_err(int eval, const char *fmt, ...) EV_CHECK_FMT(2,3);
38 void event_errx(int eval, const char *fmt, ...) EV_CHECK_FMT(2,3);
/external/chromium_org/third_party/skia/src/utils/
H A DSkBoundaryPatch.cpp32 SkPoint SkBoundaryPatch::eval(SkScalar unitU, SkScalar unitV) { function in class:SkBoundaryPatch
34 SkPoint u = SkPointInterp(b->eval(SkBoundary::kLeft, SK_Scalar1 - unitV),
35 b->eval(SkBoundary::kRight, unitV),
37 SkPoint v = SkPointInterp(b->eval(SkBoundary::kTop, unitU),
38 b->eval(SkBoundary::kBottom, SK_Scalar1 - unitU),
55 *verts++ = this->eval(x * invR, yy);
65 SkPoint SkLineBoundary::eval(Edge e, SkScalar t) { function in class:SkLineBoundary
70 SkPoint SkCubicBoundary::eval(Edge e, SkScalar t) { function in class:SkCubicBoundary
/external/mesa3d/
H A D.dir-locals.el7 (eval . (progn
/external/skia/src/utils/
H A DSkBoundaryPatch.cpp32 SkPoint SkBoundaryPatch::eval(SkScalar unitU, SkScalar unitV) { function in class:SkBoundaryPatch
34 SkPoint u = SkPointInterp(b->eval(SkBoundary::kLeft, SK_Scalar1 - unitV),
35 b->eval(SkBoundary::kRight, unitV),
37 SkPoint v = SkPointInterp(b->eval(SkBoundary::kTop, unitU),
38 b->eval(SkBoundary::kBottom, SK_Scalar1 - unitU),
55 *verts++ = this->eval(x * invR, yy);
65 SkPoint SkLineBoundary::eval(Edge e, SkScalar t) { function in class:SkLineBoundary
70 SkPoint SkCubicBoundary::eval(Edge e, SkScalar t) { function in class:SkCubicBoundary
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTestController.js41 var result = window.eval(script);
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dexpression-trees.js78 eval(identifiers[j] + "+= ''");
81 eval(identifiers[j] + "= +" + identifiers[j]);
99 eval(identifiers[j] + "+= ''");
102 eval(identifiers[j] + "= +" + identifiers[j]);
H A Dstrict-recompile.js45 return eval(str);

Completed in 1285 milliseconds

1234567891011>>