25 Commits (2b6e078833bf4c485f725a8c5633a3202e31868c)

Author SHA1 Message Date
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
isaacs 3c5ea410ca vm: Copy missing properties from context 12 years ago
Fedor Indutny 7063c59b97 cpplint: disallow comma-first in C++ 12 years ago
Ben Noordhuis c79d5163e5 src: remove ObjectWrap dependency from core 12 years ago
Fedor Indutny 59a075e108 contextify: fix ContextifyContext leak 12 years ago
Fedor Indutny 3d4c663ee6 contextify: dealloc only after global and sandbox 12 years ago
Ben Noordhuis b89b97dded src: fix multi-base class ObjectWrap::Unwrap<T>() 12 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