Home | History | Annotate | Download | only in src

Lines Matching full:eval

60 // be looked up dynamically from within eval and with scopes. The objects
155 // with statements or eval calls.
225 // Inform the scope that the corresponding code contains an eval call.
288 // Information about which scopes calls eval.
385 // Find the first function, global, or eval scope. This is the scope
437 // an inner scope) with no intervening with statements or eval calls.
467 // This scope or a nested catch scope or with scope contain an 'eval' call. At
468 // the 'eval' call site this scope is the declaration scope.
508 // binding scope (exclusive) makes a non-strict 'eval' call.
514 // binding scope (exclusive) makes a non-strict 'eval' call, that might
523 // (exclusive) makes a non-strict 'eval' call.
529 // global scope (exclusive) makes a non-strict 'eval' call, that might
532 // 'eval' introduced binding.
540 // * The code is being executed as part of a call to 'eval' and the calling
547 // scope. If the code is executed because of a call to 'eval', the context
548 // parameter should be set to the calling context of 'eval'.
582 // In the case of code compiled and run using 'eval', the context
583 // parameter is the context in which eval was called. In all other