87 Commits (1a93e03a0ef87ec7133f347ab2ee9081fcbaee92)

Author SHA1 Message Date
Daniel Bevenius 7b3a4c7343 src: fix minor typo in comments 8 years ago
cjihrig d7994db70c src: handle thrown errors in CopyProperties() 8 years ago
Ben Noordhuis 0e6c336031 src: remove unneeded Environment error methods 8 years ago
Haojian Wu 43ef58005e src: remove unused using decls 9 years ago
Franziska Hinkelmann 588ee2296a src: do not copy on failing setProperty() 9 years ago
Anna Henningsen 3cac616791
vm: don't print out arrow message for custom error 9 years ago
Ben Noordhuis 2f2002a75c src: fix runtime/references cpplint warnings 9 years ago
Anna Henningsen 61196dedad
vm: test for abort condition of current invocation 9 years ago
Anna Henningsen 0815b9401d
vm: add ability to break on sigint/ctrl+c 9 years ago
Trevor Norris c0e6c668e6 src: no abort from getter if object isn't wrapped 9 years ago
Anna Henningsen 4bd410bbbe
vm: don't abort process when stack space runs out 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
Ali Ijaz Sheikh a53b2ac4b1 contextify: tie lifetimes of context & sandbox 9 years ago
Michaël Zasso ad0ce57432 src: fix NewInstance deprecation warnings 9 years ago
Ali Ijaz Sheikh 66566df577 contextify: cache sandbox and context in locals 9 years ago
Ali Ijaz Sheikh 95ebc74adf contextify: replace deprecated SetWeak usage 9 years ago
Ali Ijaz Sheikh f7224cac62 contextify: cleanup weak ref for sandbox 9 years ago
Ali Ijaz Sheikh 5737c215b5 contextify: cleanup weak ref for global proxy 9 years ago
Michaël Zasso d515a3f4b4 src: replace usage of deprecated GetDebugContext 9 years ago
Michaël Zasso 8894f2745f src: replace deprecated CancelTerminateExecution 9 years ago
Michaël Zasso ac32340997 src: replace usage of deprecated HasOwnProperty 9 years ago
Michaël Zasso 16b0a8c1ac src: replace usage of deprecated CompileUnbound 9 years ago
Michaël Zasso 023c317173 src: replace usage of deprecated Compile 9 years ago
Michaël Zasso 79d7475604 src: fix TryCatch deprecation warnings 9 years ago
Jiho Choi d5c04c34f1 vm: fix `produceCachedData` 9 years ago
Myles Borins 4897f94ec6 node_contextify: do not incept debug context 9 years ago
Ben Noordhuis 924cc6c633 src: upgrade to new v8::Private api 9 years ago
Fedor Indutny b4ece1b7ec contextify: use offset/length from Uint8Array 9 years ago
cjihrig 57003520f8 src: attach error to stack on displayErrors 9 years ago
Fedor Indutny 96934cbb30 vm: introduce `cachedData`/`produceCachedData` 9 years ago
Tristian Flanagan dfee4e3712 module: fix column offsets in errors 9 years ago
Ido Ben-Yair b244f139bf vm: remove Watchdog dependency on Environment 9 years ago
Oguz Bastemur e83499ae62 contextify: use CHECK instead of `if` 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Fedor Indutny 56db28b6d7 contextify: ignore getters during initialization 10 years ago
Ali Ijaz Sheikh 0159ac9c99 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 10 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 10 years ago