node/doc/api
Jiho Choi 6c8378b15b vm: fix produceCachedData
Fix segmentation faults when compiling the same code with
`produceCachedData` option. V8 ignores the option when the code is in
its compilation cache and does not return cached data. Added
`cachedDataProduced` property to `v8.Script` to denote whether the
cached data is produced successfully.

PR-URL: https://github.com/nodejs/node/pull/5343
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2016-02-22 10:49:06 +11:00
..
_toc.markdown
addons.markdown doc: fix links in Addons docs 2016-02-08 23:15:06 +11:00
all.markdown
assert.markdown doc: apply consistent styling for functions 2016-02-08 23:01:21 +11:00
buffer.markdown doc: fix buf.length slice example 2016-02-18 14:04:02 +11:00
child_process.markdown doc: clarify child_process.execFile{,Sync} file arg 2016-02-21 22:12:46 +11:00
cluster.markdown doc: fix type references for link gen, link css 2016-02-10 10:54:42 +11:00
console.markdown doc: improvements to console.markdown copy 2016-02-18 14:04:00 +11:00
crypto.markdown doc: fix template string 2016-02-18 14:04:01 +11:00
debugger.markdown doc: replace function expressions with arrows 2016-02-08 23:00:57 +11:00
dgram.markdown doc: fix type references for link gen, link css 2016-02-10 10:54:42 +11:00
dns.markdown doc: fenced all code blocks, typo fixes 2016-01-25 21:32:43 +11:00
documentation.markdown doc: standardize references to node.js in docs 2015-12-05 17:42:52 +11:00
domain.markdown doc: fix type references for link gen, link css 2016-02-10 10:54:42 +11:00
errors.markdown doc: fenced all code blocks, typo fixes 2016-01-25 21:32:43 +11:00
events.markdown doc: replace function expressions with arrows 2016-02-08 23:00:57 +11:00
fs.markdown doc: fix type references for link gen, link css 2016-02-10 10:54:42 +11:00
globals.markdown doc: proper markdown escaping -> \_\_, \*, \_ 2016-01-25 21:42:40 +11:00
http.markdown http: allow async createConnection() 2016-02-15 23:14:08 +11:00
https.markdown doc: minor improvement to HTTPS doc 2016-02-08 23:01:13 +11:00
index.markdown
modules.markdown doc: fix type references for link gen, link css 2016-02-10 10:54:42 +11:00
net.markdown doc: fix net.createConnection() example 2016-02-16 10:25:04 +11:00
os.markdown doc: minor improvement in OS docs 2016-02-09 23:07:49 +11:00
path.markdown doc: proper markdown escaping -> \_\_, \*, \_ 2016-01-25 21:42:40 +11:00
process.markdown doc: clarify exceptions during uncaughtException 2016-02-18 14:04:01 +11:00
punycode.markdown doc: fenced all code blocks, typo fixes 2016-01-25 21:32:43 +11:00
querystring.markdown doc: fenced all code blocks, typo fixes 2016-01-25 21:32:43 +11:00
readline.markdown doc: don't use "interface" as a variable name 2016-02-08 23:01:02 +11:00
repl.markdown doc: fix minor inconsistencies in repl doc 2016-02-15 23:14:07 +11:00
stream.markdown doc: fix type references for link gen, link css 2016-02-10 10:54:42 +11:00
string_decoder.markdown doc: fenced all code blocks, typo fixes 2016-01-25 21:32:43 +11:00
synopsis.markdown doc: harmonize $ node command line notation 2016-01-25 21:42:39 +11:00
timers.markdown doc: copyedit setTimeout() documentation 2016-01-06 12:10:46 -05:00
tls.markdown doc: correct tlsSocket.getCipher() description 2016-02-10 10:53:59 +11:00
tty.markdown doc: fenced all code blocks, typo fixes 2016-01-25 21:32:43 +11:00
url.markdown doc: fenced all code blocks, typo fixes 2016-01-25 21:32:43 +11:00
util.markdown doc: replace function expressions with arrows 2016-02-08 23:00:57 +11:00
v8.markdown doc: fenced all code blocks, typo fixes 2016-01-25 21:32:43 +11:00
vm.markdown vm: fix produceCachedData 2016-02-22 10:49:06 +11:00
zlib.markdown doc: replace function expressions with arrows 2016-02-08 23:00:57 +11:00