Hi people!

I will create in project (Node.js) a lot of object withÑ

var obj = { author: aValue };

maybe in different parts of the application (not in the same line/place)

the symbol/string "author", is allocated only once? or is allocated only
once per line of code?
Maybe I should ask: the property names are interned?

Another related question: if i do:

obj[propname] = aValue;

many times, in many places, (maybe thousands of times), and each time, the
propname points to the string "author", then the property name is stored
only once?

Thanks for any info!

Angel "Java" Lopez
@ajlopez
github:ajlopez

-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users

Reply via email to