Lines Matching refs:eval
278 eval_ = options.eval;
309 // TODO(devsnek): Add a test case for custom eval functions.
365 // breakEvalOnSigint affects only the behavior of the default eval().
455 const hostDefinedOptionId = Symbol(`eval:${file}`);
670 self.eval = self._domain.bind(eval_);
928 debug('eval %j', evalCmd);
929 self.eval(evalCmd, self.context, getREPLResourceName(), finish);
1321 // Warning: This eval's code like "foo.bar.baz", so it will run property
1473 // calls, etc.). That is for simplicity and also because we *eval* that
1475 // eval function calls.
1529 this.eval(evalExpr, this.context, getREPLResourceName(), (e, obj) => {