Searched defs:callee (Results 1 – 4 of 4) sorted by relevance
81 const callee = toConstant(expression.callee); constant
109 callee: { property425 callee: { property
111 callee: Expression | Super; property256 callee: Expression | Super; property873 callee: Expression; property
8976 assert.strictEqual(_.isArguments({ '0': 1, 'callee': noop, 'length': 1 }), false); property