projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a5d731
)
v8abbr: ASCIISTRINGTAG => ONEBYTESTRINGTAG
author
Fedor Indutny
<fedor@indutny.com>
Tue, 3 Feb 2015 13:59:48 +0000
(16:59 +0300)
committer
Fedor Indutny
<fedor@indutny.com>
Tue, 3 Feb 2015 16:25:31 +0000
(19:25 +0300)
Fix: iojs/io.js#461
PR-URL: https://github.com/iojs/io.js/pull/706
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
src/v8abbr.h
patch
|
blob
|
history
diff --git
a/src/v8abbr.h
b/src/v8abbr.h
index 6c7a7655e511bf379a753ac0ad3a6713dc1b50ef..95a04b408877717890b045d70d3f9304d2436907 100644
(file)
--- a/
src/v8abbr.h
+++ b/
src/v8abbr.h
@@
-56,7
+56,7
@@
#define V8_StringTag V8DBG_STRINGTAG
#define V8_StringEncodingMask V8DBG_STRINGENCODINGMASK
-#define V8_AsciiStringTag V8DBG_
ASCII
STRINGTAG
+#define V8_AsciiStringTag V8DBG_
ONEBYTE
STRINGTAG
#define V8_StringRepresentationMask V8DBG_STRINGREPRESENTATIONMASK
#define V8_SeqStringTag V8DBG_SEQSTRINGTAG