Lines Matching full:proxy
2784 i::Handle<i::Proxy> proxy =
2786 if (!proxy.is_null())
2787 Utils::OpenHandle(this)->SetInternalField(index, *proxy);
2879 // Create a fresh template for the global proxy object.
2885 // global proxy template.
3059 return reinterpret_cast<void*>(i::Proxy::cast(*obj)->proxy());
3082 return reinterpret_cast<void*>(i::Proxy::cast(value)->proxy());
3427 i::Handle<i::Proxy> callback_obj(i::Proxy::cast(listener.get(0)));
3428 if (callback_obj->proxy() == FUNCTION_ADDR(that)) {
3746 i::Handle<i::Object> proxy = i::Factory::undefined_value();
3748 proxy = i::Factory::NewProxy(FUNCTION_ADDR(that));
3750 i::Debugger::SetEventListener(proxy, Utils::OpenHandle(*data));