summaryrefslogtreecommitdiff
path: root/src/signal_wrap.cc
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-08-12 20:34:18 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-08-12 20:59:35 +0200
commit5725864dfdc951ee7616188776b56b9e0a95e8e7 (patch)
tree31bf8a26b296b38413a78c79eb521f188302d6de /src/signal_wrap.cc
parent756ae2c5360b7ab64649cb7587242a2fbd8dc95d (diff)
downloadandroid-node-v8-5725864dfdc951ee7616188776b56b9e0a95e8e7.tar.gz
android-node-v8-5725864dfdc951ee7616188776b56b9e0a95e8e7.tar.bz2
android-node-v8-5725864dfdc951ee7616188776b56b9e0a95e8e7.zip
src: don't obj->Set(Integer::New(...), val)
Don't create an Integer when setting a numeric index on an object or an array, use the version of v8::Object::Set() that takes an uint32_t. Change the types of the variables from int to uint32_t and clean up some code consistency issues while we're here.
Diffstat (limited to 'src/signal_wrap.cc')
0 files changed, 0 insertions, 0 deletions