nodejs-github-bot · GitHub

@nodejs-github-bot added c++

Issues and PRs that require attention from people who are familiar with C++.

lib / src

Issues and PRs related to general changes in the lib or src directory.

labels

Feb 26, 2018

@devsnek

addaleax

addaleax

bnoordhuis

@devsnek

@devsnek

@TimothyGu TimothyGu added vm

Issues and PRs related to the vm subsystem.

and removed lib / src

Issues and PRs related to general changes in the lib or src directory.

labels

Feb 27, 2018

bnoordhuis

@devsnek

cjihrig

@devsnek

TimothyGu

@devsnek

TimothyGu

@devsnek

TimothyGu

@devsnek

BridgeAR

@devsnek

@devsnek

@TimothyGu

@devsnek

fhinkel

fhinkel

TimothyGu

Adds options to a VM Context to disable code generation from strings
(such as eval or new Function) and WASM code generation
(WebAssembly.compile).

@devsnek

@devsnek devsnek added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Mar 12, 2018

@devsnek

devsnek deleted the feature/vm-context-allowcgfs branch

March 12, 2018 19:39

devsnek added a commit that referenced this pull request

Mar 12, 2018
Adds options to a VM Context to disable code generation from strings
(such as eval or new Function) and WASM code generation
(WebAssembly.compile).
PR-URL: #19016
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>

@targos targos added semver-minor

PRs that contain new features and should be released in the next minor version.

and removed author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

labels

Mar 17, 2018

Closed

TomCoded added a commit to TomCoded/node that referenced this pull request

Mar 19, 2018
Add changes entries for vm.createContext codeGeneration
option and script.runInNewContext contextCodeGeneration
option.
fixes: nodejs#19419
refs: nodejs#19016

Closed

2 tasks

tniessen pushed a commit that referenced this pull request

Mar 25, 2018
Add changes entries for vm.createContext codeGeneration
option and script.runInNewContext contextCodeGeneration
option.
PR-URL: #19440
Fixes: #19419
Refs: #19016
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

MayaLekova pushed a commit to MayaLekova/node that referenced this pull request

May 8, 2018
Adds options to a VM Context to disable code generation from strings
(such as eval or new Function) and WASM code generation
(WebAssembly.compile).
PR-URL: nodejs#19016
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>

Read the original on github.com ↗