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

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.3-3-n.js 50 testcases[tc].actual = eval(testcases[tc].actual );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
function-001.js 7 * eval("function f(){}function g(){}") at top level is an error for JS1.2
14 * js> eval("function f(){}function g(){}")
17 * js> eval("function f(){}function g(){}")
37 eval("function f(){}function g(){}");
45 "eval(\"function f(){}function g(){}\") (threw "+exception,
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
while-003.js 64 eval( object.statements );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Number/
15.7.4.6-1.js 102 try {eval(sEval);}
15.7.4.7-1.js 107 try {eval(sEval);}
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Statements/
regress-157509.js 65 eval('var a\\1 = 0;');
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-114491.js 65 eval(sEval);
regress-114493.js 73 eval(sEval);
regress-185165.js 59 eval("f2=" + s1);
regress-191633.js 58 eval(s + "actual = true;");
regress-191668.js 61 eval(str);
regress-68498-002.js 22 * SUMMARY: create a Deletable local variable using eval
29 * "Demonstrate the creation of a Deletable local variable using eval"
33 var summary = 'Creating a Deletable local variable using eval';
44 function f(s) {eval(s); actual[0]=y; return delete y;}
regress-68498-003.js 22 * SUMMARY: calling obj.eval(str)
29 * "Backward compatibility: support calling obj.eval(str), which evaluates
34 var summary = 'Testing calling obj.eval(str)';
45 function f(s) {self.eval(s); return y;}
regress-68498-004.js 22 * SUMMARY: self.eval(str) inside a function
32 * of a Program by eval to create a property of eval's caller's variable object.
38 var summary = 'Testing self.eval(str) inside a function';
53 function f(o,s,x) {with(o) eval(s); return z;};
55 // Run-time statements to pass to the eval inside f
71 * 2. At run-time (via with(o) eval(s) inside f), z is defined as the return value of g
72 * 3. At run-time (via with(o) eval(s) inside f), g is defined to return x
  /external/webkit/Source/WebCore/css/
StyleMedia.cpp 75 return screenEval.eval(media.get());
  /external/webkit/Source/WebCore/inspector/front-end/
TestController.js 52 result = window.eval(script);
  /ndk/build/core/
build-local.mk 59 $(eval __found_project_path := )\
60 $(eval __find_project_path := $1)\
61 $(eval __find_project_file := $2)\
67 $(eval __find_project_manifest := $(strip $(wildcard $(__find_project_path)/$(__find_project_file))))\
70 $(eval __found_project_path := $(__find_project_path))\
72 $(eval __find_project_parent := $(patsubst %/,%,$(dir $(__find_project_path))))\
74 $(eval __find_project_path := $(__find_project_parent))\
144 $(eval include $(BUILD_SYSTEM)/setup-app.mk)\
definitions.mk 77 $(eval __uniq_ret :=) \
80 $(eval __uniq_ret += $(__uniq_item))\
121 clear-vars = $(foreach __varname,$1,$(eval $(__varname) := $(empty)))
290 $(eval __ndk_modules.$(__mod).$(__field) := $(empty))\
293 $(eval __ndk_modules := $(empty_set)) \
294 $(eval __ndk_top_modules := $(empty)) \
295 $(eval __ndk_import_list := $(empty)) \
296 $(eval __ndk_import_depth := $(empty))
329 $(eval __ndk_modules := $(call set_insert,$(__ndk_modules),$1))\
331 $(eval __ndk_top_modules := $(call set_insert,$(__ndk_top_modules),$1))
    [all...]
  /external/v8/test/mjsunit/regress/
regress-496.js 30 // Tests that we do not treat the unaliased eval call in g as an
31 // aliased call to eval.
34 function f() { return eval; }
35 function g() { var x = 44; return eval("x"); }
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
clear.js 5 storage = eval(storageString);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.2.1-3.js 80 TEST_ARRAY = eval( TEST_STRING );
95 eval("TEST_ARRAY.toString = Object.prototype.toString; TEST_ARRAY.toString()") );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.1-5.js 89 eval( "PROPERTY[i].object.valueOf()" ) );
94 eval( "PROPERTY[i].object.toString()" ) );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/NativeObjects/
15-2.js 60 array[item++] = new TestCase( SECTION, "eval.__proto__", Function.prototype, eval.__proto__ );
68 testcases[tc].actual = eval( testcases[tc].actual );
  /hardware/ti/omap4xxx/domx/Ducati_binary/
Android.mk 31 $(eval $(call _add-ducati-vendor-bin,$(_file))))
  /external/v8/test/mjsunit/
override-eval-with-non-function.js 28 // When 'eval' is overridden with a non-function object we should
32 eval = /foo/;
33 assertEquals("foo", eval("foobar"));

Completed in 407 milliseconds

<<11121314151617181920>>