Home | History | Annotate | Download | only in src

Lines Matching defs:caller

176   // Make the "arguments" and "caller" properties throw a TypeError on access.
408 { // Add caller.
553 { // Add caller.
554 Handle<AccessorPair> caller(factory()->NewAccessorPair());
555 CallbacksDescriptor d(*factory()->caller_symbol(), *caller, attribs);
1129 Handle<AccessorPair> caller = factory->NewAccessorPair();
1137 caller->set_getter(*throw_function);
1138 caller->set_setter(*throw_function);
1151 { // caller
1152 CallbacksDescriptor d(*factory->caller_symbol(), *caller, attributes);