87 Commits (1a93e03a0ef87ec7133f347ab2ee9081fcbaee92)

Author SHA1 Message Date
Ben Noordhuis 97585b0d7a src: remove unnecessary HandleScopes 10 years ago
Fedor Indutny 685ac099e9 src, test: fixup after v8 update 10 years ago
Fedor Indutny 383b0c0afb src, test: fixup after v8 update 10 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 11 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
isaacs 3c5ea410ca vm: Copy missing properties from context 11 years ago
Fedor Indutny 7063c59b97 cpplint: disallow comma-first in C++ 11 years ago
Ben Noordhuis c79d5163e5 src: remove ObjectWrap dependency from core 11 years ago
Fedor Indutny 59a075e108 contextify: fix ContextifyContext leak 11 years ago
Fedor Indutny 3d4c663ee6 contextify: dealloc only after global and sandbox 11 years ago
Ben Noordhuis b89b97dded src: fix multi-base class ObjectWrap::Unwrap<T>() 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 12 years ago
Domenic Denicola fd3657610e vm: update API to use options argument 12 years ago
Domenic Denicola 9c110d8027 vm: add isContext; prevent double-contextifying 12 years ago
Domenic Denicola a3bf3d10ef vm: use MakeWeak to fix leaking contexts 12 years ago
Domenic Denicola a54f65ce75 vm: rip out ObjectWrap from ContextifyContext 12 years ago
Ben Noordhuis 9fc006618f src: fix up unused/unordered imports 12 years ago
Ben Noordhuis 48976d29f4 vm: fix Persistent<Context> leak 12 years ago
Ben Noordhuis 2891790dbd vm: remove unnecessary Persistent<FunctionTemplate> 12 years ago
isaacs eef552774e vm: Put back display_errors flag 12 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 12 years ago