chore: bump node to v14.14.0 (master) (#25994)
* chore: bump node in DEPS to v14.14.0 * Remove upstreamed certs patch https://github.com/nodejs/node/pull/35546 * Remove V8 Isolate callbacks patch https://github.com/nodejs/node/pull/35512 * Update patch indices * Update Node.js filenames Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
88508d5166
commit
e895353f7a
17 changed files with 30 additions and 2525 deletions
|
@ -166,8 +166,8 @@ bool AllowWasmCodeGenerationCallback(v8::Local<v8::Context> context,
|
|||
context, v8::String::Empty(isolate));
|
||||
}
|
||||
|
||||
return node::Environment::AllowWasmCodeGenerationCallback(
|
||||
context, v8::String::Empty(isolate));
|
||||
return node::AllowWasmCodeGenerationCallback(context,
|
||||
v8::String::Empty(isolate));
|
||||
}
|
||||
|
||||
// Initialize Node.js cli options to pass to Node.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue