64 Commits (19d6f06058c1b8419c1c996b9fad15f7fce72bb3)

Author SHA1 Message Date
Ben Noordhuis 44cbe0356d src: fix runtime/references cpplint warnings 9 years ago
Anna Henningsen b9dfdfe1d3 vm: don't abort process when stack space runs out 9 years ago
Ben Noordhuis af41a63d0f src: replace ARRAY_SIZE with typesafe arraysize 9 years ago
Ali Ijaz Sheikh 823f726f66 contextify: tie lifetimes of context & sandbox 9 years ago
Ali Ijaz Sheikh 9ddb44ba61 contextify: cache sandbox and context in locals 9 years ago
Ali Ijaz Sheikh 8ebdcd65b0 contextify: replace deprecated SetWeak usage 9 years ago
Ali Ijaz Sheikh 9e6d8170f7 contextify: cleanup weak ref for sandbox 9 years ago
Ali Ijaz Sheikh b6fc15347d contextify: cleanup weak ref for global proxy 9 years ago
Myles Borins 1b070e48e0 node_contextify: do not incept debug context 9 years ago
Tristian Flanagan 8a9869eeab module: fix column offsets in errors 10 years ago
Oguz Bastemur e5615854ea contextify: use CHECK instead of `if` 10 years ago
Michaël Zasso 7ce749d722 src: replace usage of v8::Handle with v8::Local 10 years ago
Fedor Indutny b2ecbb6191 contextify: ignore getters during initialization 10 years ago
Ali Ijaz Sheikh 808de0da03 src: apply debug force load fixups from 41e63fb 10 years ago
Domenic Denicola 3b021efe11 vm: fix symbol access 10 years ago
Domenic Denicola 7b81e4ba36 vm: remove unnecessary access checks 10 years ago
Domenic Denicola 659dadd410 vm: fix property descriptors of sandbox properties 10 years ago
Ben Noordhuis 5d0cee46bb vm: remove unnecessary HandleScopes 10 years ago
Ben Noordhuis cf081a4712 vm: fix crash on fatal error in debug context 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris d553386623 src: pass Isolate to additional locations 10 years ago
Trevor Norris f39b48c26d src: remove unnecessary template parameter 10 years ago
Trevor Norris add955e6b8 src: remove unnecessary template parameter 10 years ago
Ben Noordhuis 8a00961b81 src: mark more destructors with override keyword 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
Ben Noordhuis d3c317e08a src: attach env directly to api functions 11 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 11 years ago
Ben Noordhuis 97585b0d7a src: remove unnecessary HandleScopes 11 years ago
Fedor Indutny 685ac099e9 src, test: fixup after v8 update 11 years ago
Fedor Indutny 383b0c0afb src, test: fixup after v8 update 11 years ago
Ben Noordhuis 21e60643b0 lib, src: add vm.runInDebugContext() 11 years ago
Fedor Indutny c047127410 contextify: throw timeout error properly 11 years ago
Fedor Indutny d5198768de watchdog: terminate one specific isolate 11 years ago
Fedor Indutny 01c2a670a1 contexify: fix infinite recursion in delete cb 11 years ago
Denys Zariaiev 681fe599d7 vm: assign Environment to created context 11 years ago
C. Scott Ananian 08a5b442e4 node: add signature to SET_PROTOTYPE_METHOD 11 years ago
Ben Noordhuis c7214fe355 src: fix up after v8 upgrade 11 years ago
Fedor Indutny b76a1ff940 vm: share security token between contexts 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago
Ben Noordhuis bbd56d881d vm: don't copy Proxy object from parent context 11 years ago
Fedor Indutny f1de13b8ab node: do not print SyntaxError hints to stderr 11 years ago
Fedor Indutny 5ce458032f contextify: handle infinite recursion errors 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Trevor Norris d120d92bfe base-object: add BaseObject 11 years ago
Ben Noordhuis 09724b311e src: fix Environment::GetCurrent() usage 11 years ago
Trevor Norris 8b8e3b6798 async-wrap: integrate with WeakObject 12 years ago
Trevor Norris 613d76ef6a src: shorten Object{Wrap,Unwrap} 11 years ago
Trevor Norris 60a3e695cb src: don't use WeakObject::Unwrap 11 years ago
Trevor Norris 93f75a86bf src: use function to get internal pointer 11 years ago