Home | History | Annotate | Download | only in src

Lines Matching refs:callee

1072     //       callee must be added as the second property.
1128 Handle<AccessorPair> callee = factory->NewAccessorPair();
1135 callee->set_getter(*throw_function);
1136 callee->set_setter(*throw_function);
1147 { // callee
1148 CallbacksDescriptor d(*factory->callee_symbol(), *callee, attributes);