Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #29836

Re: Refer object within itself

X-Received by 10.182.230.107 with SMTP id sx11mr14087119obc.5.1457290094542; Sun, 06 Mar 2016 10:48:14 -0800 (PST)
X-Received by 10.50.66.236 with SMTP id i12mr142822igt.7.1457290094518; Sun, 06 Mar 2016 10:48:14 -0800 (PST)
Path csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!hb3no11943224igb.0!news-out.google.com!pn7ni2110igb.0!nntp.google.com!ok5no6357837igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.javascript
Date Sun, 6 Mar 2016 10:48:13 -0800 (PST)
In-Reply-To <XnsA5C379E8FC4CDeejj99@194.109.6.166>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=84.95.88.146; posting-account=59dQFwoAAADy8Afud7jQRsTyhjP1iS1D
NNTP-Posting-Host 84.95.88.146
References <76ydnVazm-uPoU3LnZ2dnUU7-TGdnZ2d@westnet.com.au> <dfd01b06-7ffd-44e6-94be-7ee2fdab0e18@googlegroups.com> <XnsA5BCEB469CEDBeejj99@194.109.6.166> <setter-20160228231357@ram.dialup.fu-berlin.de> <XnsA5BCEDE00D83Feejj99@194.109.6.166> <nb205k$ie7$1@dont-email.me> <XnsA5BDC9B85FA3Aeejj99@194.109.6.166> <nb46cq$leb$1@dont-email.me> <XnsA5BEB0B2826D1eejj99@194.109.6.166> <nb4liq$kat$1@dont-email.me> <XnsA5BECFDEEEC11eejj99@194.109.6.166> <nbdag0$ggd$1@dont-email.me> <XnsA5C292470C038eejj99@194.109.6.166> <00d49959-20f9-43ec-8d80-dc2d3991a31c@googlegroups.com> <XnsA5C379E8FC4CDeejj99@194.109.6.166>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <89e8efef-7b53-4de2-aefc-c0eede690fe6@googlegroups.com> (permalink)
Subject Re: Refer object within itself
From Ram Tobolski <ramtob@gmail.com>
Injection-Date Sun, 06 Mar 2016 18:48:14 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.lang.javascript:29836

Show key headers only | View raw


This then may dissolve the remaining doubts:

var foo = {
   'name':'bar',
   'width':600,
   get heightDoNotSetMeEvertjan(){return this.width * 2;}
};

console.log(foo.heightDoNotSetMeEvertjan) // "1200"

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Refer object within itself Andrew Poulos <ap_prog@hotmail.com> - 2016-02-26 22:50 +1100
  Re: Refer object within itself Scott Sauyet <scott.sauyet@gmail.com> - 2016-02-26 04:51 -0800
    Re: Refer object within itself "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-02-26 14:15 +0100
  Re: Refer object within itself "Christoph M. Becker" <cmbecker69@arcor.de> - 2016-02-26 16:43 +0100
    Re: Refer object within itself Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-02-26 19:25 +0100
  Re: Refer object within itself Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-02-26 19:23 +0100
  Refer object within itself Ram Tobolski <ramtob@gmail.com> - 2016-02-28 10:06 -0800
    Re: Refer object within itself "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-02-28 23:07 +0100
      Re: Refer object within itself "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-02-28 23:23 +0100
        Re: Refer object within itself Stefan Weiss <krewecherl@gmail.com> - 2016-02-29 00:11 +0100
        Re: Refer object within itself Aleksandro <aleksandro@gmx.com> - 2016-02-29 14:49 -0300
          Re: Refer object within itself "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-02-29 19:49 +0100
            Re: Refer object within itself Aleksandro <aleksandro@gmx.com> - 2016-03-01 10:48 -0300
              Re: Refer object within itself "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-03-01 17:22 +0100
                Re: Refer object within itself Aleksandro <aleksandro@gmx.com> - 2016-03-01 15:07 -0300
                Re: Refer object within itself "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-03-01 20:26 +0100
                Re: Refer object within itself Aleksandro <aleksandro@gmx.com> - 2016-03-04 21:53 -0300
                Re: Refer object within itself "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-03-05 14:22 +0100
                Re: Refer object within itself Scott Sauyet <scott.sauyet@gmail.com> - 2016-03-05 10:17 -0800
                Re: Refer object within itself "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-03-06 11:59 +0100
                Re: Refer object within itself Ram Tobolski <ramtob@gmail.com> - 2016-03-06 10:48 -0800
                Re: Refer object within itself Scott Sauyet <scott.sauyet@gmail.com> - 2016-03-06 19:07 -0800
                Re: Refer object within itself "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-03-07 10:44 +0100
                Re: Refer object within itself Aleksandro <aleksandro@gmx.com> - 2016-03-07 12:54 -0300
                Re: Refer object within itself "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-03-07 17:59 +0100
                Re: Refer object within itself Scott Sauyet <scott.sauyet@gmail.com> - 2016-03-07 13:44 -0800
                Re: Refer object within itself "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-03-07 22:59 +0100
                Re: Refer object within itself Scott Sauyet <scott.sauyet@gmail.com> - 2016-03-07 17:00 -0800
                Re: Refer object within itself "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-03-08 10:24 +0100
                Re: Refer object within itself Scott Sauyet <scott.sauyet@gmail.com> - 2016-03-08 13:03 -0800

csiph-web