Lines Matching refs:handler
3894 MaybeObject* Heap::AllocateJSProxy(Object* handler, Object* prototype) {
3897 // maps. Will probably depend on the identity of the handler object, too.
3908 result->set_handler(handler);
3914 MaybeObject* Heap::AllocateJSFunctionProxy(Object* handler,
3920 // maps. Will probably depend on the identity of the handler object, too.
3932 result->set_handler(handler);