Sami Vaarala
b8695ad42f
Debugger doc sizeof(void *) in BasicInfo
9 years ago
Sami Vaarala
110e39d7ce
Document numeric 'request' or 'notify'
Add more flexibility to the debugger JSON mapping so that you can giver a
numbered command/notify using the 'request' or 'notify' key directlty,
without having to provide e.g. { "request": true, "command": 123 }. Instead
you can just use { "request" : 123 }.
9 years ago
Sami Vaarala
c321484e02
Add a note on AppRequest for source download
9 years ago
Sami Vaarala
40251ab41e
Add code issues for label indent
9 years ago
Sami Vaarala
ea368b0f31
Debugger doc: error codes, apprequest cleanup
9 years ago
Bruce Pascoe
208d2e018e
Clarify a few things in documentation
9 years ago
Bruce Pascoe
278a1fecb1
Various trivia fixes for AppRequest/AppNotify
9 years ago
Bruce Pascoe
313e8a1d3c
Document AppRequest/AppNotify debug messages
* Mention application-defined commands in the introductory overview.
* Add a new section discussing the feature and its usage at length as
well as a recommended convention for messages.
* Document the contract for the request callback and what rules it must
follow. Include a sample request callback implementation.
* Remove future work items covered by this feature.
9 years ago
Sami Vaarala
9ae81b9a47
Add some benchmarking notes
9 years ago
Sami Vaarala
641a534d9d
Debugger future work note
9 years ago
Sami Vaarala
dc18bf8b44
Debugger doc updates for DukLuv proxy
9 years ago
Sami Vaarala
56301d2874
Update module convention for module.exports
9 years ago
Sami Vaarala
a23210c4e3
Doc/website update for Windows debug transport
9 years ago
Sami Vaarala
9a99d47c3a
Release checklist: packed duk_tval
9 years ago
Sami Vaarala
f08123ce66
Internal documentation on ROM strings/objects
Also low memory guidance update and code issues updates.
9 years ago
Sami Vaarala
6d6e752a4b
Doc updates for Emscripten
9 years ago
Sami Vaarala
8e4894f8eb
Documentation updates for regexp literal braces
* Website non-standard regexp section
* Website link to wiki typescript compatibility page
* Internal documentation updates
* Emscripten compatibility status update
* Comment out unnecessary Emscripten fixups
9 years ago
Sami Vaarala
fb1f562500
Code issue notes for (u)intptr_t arithmetic
9 years ago
Sami Vaarala
510f495ca2
Genconfig test to release checklist
9 years ago
Sami Vaarala
c505637508
Document a few compiler warnings in release notes
9 years ago
Sami Vaarala
3ed91f8e72
Emscripten fastcomp install, LLVM_ROOT change
9 years ago
Sami Vaarala
43e801b1aa
Release checklist update
9 years ago
Sami Vaarala
11fdd53bf5
Known issues update
9 years ago
Sami Vaarala
3749def895
Add release notes for 1.4 release
9 years ago
Sami Vaarala
0e982cd2e0
Executor document updates for call handling
9 years ago
Sami Vaarala
b7b1c5fd2d
Duk_config.h internal documentation update
9 years ago
Sami Vaarala
f9f207f436
Internal buffer doc update on zeroing
9 years ago
Sami Vaarala
bf35ac3323
Fastint yield/resume documentation
9 years ago
Sami Vaarala
05d248c8a1
Add some executor doc value stack notes
Cleaned up text from very old design notes.
9 years ago
Sami Vaarala
5dc85e9b4f
Internal doc note on finalizer guarantee
9 years ago
Sami Vaarala
3c02b8c202
Remove fixed test262 octal parse known issue
9 years ago
Sami Vaarala
43335dfcff
Code issues notes on preprocessor conventions
- #if defined(XXX) preferred over #ifdef XXX
- Avoid preprocessor comparison when values not known to be defined
9 years ago
Sami Vaarala
3da19ff2db
Internal doc on file/line attribution for errors
Also improve the internal error object documentation a bit.
9 years ago
Sami Vaarala
a0cf18b04d
Error message level internal document
9 years ago
Sami Vaarala
6f9047643a
Known issue for Proxy JSON stringify trap behavior
9 years ago
Sami Vaarala
d0f6d7f7a3
Sandboxing doc update for paranoid errors
Config option was renamed.
9 years ago
Sami Vaarala
9f6d4d41f9
Debugger document minor improvements
9 years ago
Bruce Pascoe
8077a2e362
Add Detaching notify to debugger.rst
9 years ago
Sami Vaarala
6b3e063250
Code issues note on -Wcast-qual
9 years ago
Bruce Pascoe
973d6cf85a
Document optional callstack level in debugger.rst
9 years ago
Sami Vaarala
ad78aea94d
Add property error note to sandboxing doc
9 years ago
Sami Vaarala
7011ebaf86
Debugger document note on GC freezing and walking
9 years ago
Sami Vaarala
5a4a8b0b1a
Internal doc changes for 'unused' marker tag
9 years ago
Sami Vaarala
b12e59d9e1
Release checklist: refcount leak regression
9 years ago
Sami Vaarala
1973993f60
Code issues notes on setjmp
9 years ago
Sami Vaarala
45cc8dd819
Remove debugger pause-on-error future work
9 years ago
Sami Vaarala
42eb7feee9
Remove fast return references from docs
9 years ago
Sami Vaarala
bbd2346cf1
Remove debugger stmt from future work
9 years ago
Bruce Pascoe
6e360ed703
Implement debugger throw intercept
Throws are reported to the client and fatal throws pause before unwinding.
9 years ago
Bruce Pascoe
de4b07a371
Add Throw notify to debugger.rst
9 years ago