HomeSort by relevance Sort by last modified time
    Searched refs:Eval (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium_org/v8/test/preparser/
nonstrict-eval.js 28 // Eval restrictions should not trigger outside of strict-mode code.
30 var eval = 42; variable
31 eval = eval++;
32 eval += --eval;
33 eval -= ++eval;
34 eval *= eval--
35 function eval(eval) {}; function
44 var eval = 42; variable
    [all...]
  /external/v8/test/mjsunit/
global-load-from-nested-eval.js 28 // Tests global loads from nested eval.
34 eval('eval(' + source +')');
41 eval('eval(' + source +')');
46 // Shadow variable with an eval-introduced variable.
48 eval('var x = 1');
50 eval('eval('+ source + ')');
56 // Eval that does not shadow
    [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...]
  /external/v8/test/preparser/
nonstrict-arguments.js 28 // Eval restrictions should not trigger outside of strict-mode code.
40 // Reading eval and arguments is allowed.
41 eval(arguments);
nonstrict-eval.js 28 // Eval restrictions should not trigger outside of strict-mode code.
30 var eval = 42; variable
31 eval = eval++;
32 eval += --eval;
33 eval -= ++eval;
34 eval *= eval--
35 function eval(eval) {}; function
44 var eval = 42; variable
    [all...]
  /external/valgrind/unittest/
thread_wrappers.h 77 bool Eval() { return func_(arg_); }
  /external/chromium_org/v8/test/mjsunit/
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...]
  /external/chromium_org/v8/src/
preparser.h 259 static Identifier Eval() {
d8.js 102 Eval: 1,
    [all...]
preparser.cc 316 // Strict mode violation, using either reserved word or eval/arguments
    [all...]
  /external/v8/src/
preparser.h 231 static Identifier Eval() {
preparser.cc 306 // Strict mode violation, using either reserved word or eval/arguments
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript.cpp 57 functionCallBack(Eval, (void*) this);
133 bool SkAnimatorScript::Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
135 if (SK_LITERAL_STR_EQUAL("eval", function, len) == false)
  /external/skia/src/animator/
SkAnimatorScript.cpp 57 functionCallBack(Eval, (void*) this);
133 bool SkAnimatorScript::Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
135 if (SK_LITERAL_STR_EQUAL("eval", function, len) == false)
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 339 EnterExpressionEvaluationContext Eval(Actions,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
context.c 94 #include "eval.h"
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
context.c 94 #include "eval.h"
    [all...]
mtypes.h     [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
Dominators.h 563 friend typename GraphT::NodeType* Eval(
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 1045 milliseconds

12 3