52 Commits (6e2c29bcabb0507262167494a1fd9bc583cae690)

Author SHA1 Message Date
Andreas Madsen de762b71f2
async_hooks: rename currentId and triggerId 8 years ago
Trevor Norris a2fdb76677
async_wrap: use kTotals to enable PromiseHook 8 years ago
Anna Henningsen cc2dd93ea5
async_wrap: expose enable/disablePromiseHook API 8 years ago
Anna Henningsen 8f39881b74
async_hooks: use resource objects for Promises 8 years ago
Anna Henningsen 02aea0690d
async_hooks: minor refactor to callback invocation 8 years ago
JiaLi.Passion 8741e3c750
async_hooks: use parent promise as triggerId 8 years ago
Trevor Norris 1e44fd960f
async_wrap: run destroy in uv_timer_t 8 years ago
Anna Henningsen 90877003c1
async_wrap: fix Promises with later enabled hooks 8 years ago
Matt Loring 849f22309a
async_wrap,src: wrap promises directly 8 years ago
Anna Henningsen a86323dc64
async_hooks: implement C++ embedder API 8 years ago
Matt Loring 920278bd37
async_wrap,src: promise hook integration 8 years ago
Trevor Norris 4a7233c178
lib: implement async_hooks API in core 8 years ago
Trevor Norris 7e3a3c962f
async_hooks: initial async_hooks implementation 8 years ago
Trevor Norris c0bde73f1b
src: implement native changes for async_hooks 8 years ago
Trevor Norris fe2df3b842
async_wrap,src: add GetAsyncId() method 8 years ago
Trevor Norris f1ed19d98f
async_wrap: use more specific providers 8 years ago
Trevor Norris 0432c6e91e
async_wrap: use double, not int64_t, for async id 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Trevor Norris 833294f681
async_wrap: clear destroy_ids vector 8 years ago
Trevor Norris b49b496a92
async_wrap: call destroy() callback in uv_idle_t 8 years ago
Trevor Norris cf5f4b85f5
async_wrap: make Initialize a static class member 8 years ago
Trevor Norris 517e3a6425
async_wrap: mode constructor/destructor to .cc 8 years ago
Ben Noordhuis 8e395222de src: fix readability/inheritance cpplint warnings 9 years ago
Trevor Norris f81f0c351a async_wrap: pass uid to JS as double 9 years ago
Sakthipriyan Vairamani 2c480bdae6 src: fix check-imports.py linter errors 9 years ago
Ben Noordhuis a7581d0859 src: replace ARRAY_SIZE with typesafe arraysize 9 years ago
Trevor Norris a17200b520 async_wrap: don't abort on callback exception 9 years ago
Trevor Norris 20337addd6 async_wrap: notify post if intercepted exception 9 years ago
Trevor Norris f9938b6141 async_wrap: setupHooks now accepts object 9 years ago
Trevor Norris 41f333e679 src,http_parser: remove KickNextTick call 9 years ago
Trevor Norris 3521b052b1 src,http: fix uncaughtException miss in http 9 years ago
Andreas Madsen c794869e97 async_wrap: add uid to all asyncWrap hooks 9 years ago
Trevor Norris 95afe28fc5 src: remove TryCatch in MakeCallback 9 years ago
Trevor Norris f86a3a2fb5 src: remove unused of TickInfo::last_threw() 9 years ago
Trevor Norris e9192249c8 src: add AsyncCallbackScope 9 years ago
Trevor Norris 575b84ec41 src: fix MakeCallback error handling 9 years ago
Trevor Norris bb1bd76395 async_wrap: call callback in destructor 9 years ago
Trevor Norris a4e9487aae async_wrap: allow some hooks to be optional 9 years ago
Trevor Norris aeee956ac7 async_wrap: correctly pass parent to init callback 10 years ago
Jeremy Whitlock 77a10ed05f src: fix --abort-on-uncaught-exception 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 10 years ago
Trevor Norris e56758a5e0 async-wrap: add provider id and object info cb 10 years ago
Trevor Norris bd42ba056a async-wrap: set flags using functions 10 years ago
Chris Dickinson 0af4c9ea74 src: fix domains + --abort-on-uncaught-exception 10 years ago
Ben Noordhuis 4bb3184d8d src: reduce AsyncWrap memory footprint 10 years ago
Trevor Norris 05f4dff975 asyncwrap: fix constructor condition for early ret 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris b9e6032d0e async-wrap: add event hooks 10 years ago
Trevor Norris afe27e34cf async-wrap: expose async-wrap as binding 10 years ago