Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShelley Vohr <shelley.vohr@gmail.com>2020-10-06 02:16:59 +0300
committerShelley Vohr <shelley.vohr@gmail.com>2020-10-08 04:32:53 +0300
commitccc822c7c8f4a205323231b000b7920d8a04cb26 (patch)
tree2e4521e3cb1570c4c493032e4213c780fcb58769 /src/node_internals.h
parentdae283d96fd31ad0f30840a7e55ac97294f505ac (diff)
src: expose v8::Isolate setup callbacks
PR-URL: https://github.com/nodejs/node/pull/35512 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'src/node_internals.h')
-rw-r--r--src/node_internals.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/node_internals.h b/src/node_internals.h
index c8952e59a2b..aa7180e1854 100644
--- a/src/node_internals.h
+++ b/src/node_internals.h
@@ -100,10 +100,6 @@ std::string GetHumanReadableProcessName();
void InitializeContextRuntime(v8::Local<v8::Context>);
bool InitializePrimordials(v8::Local<v8::Context> context);
-namespace task_queue {
-void PromiseRejectCallback(v8::PromiseRejectMessage message);
-} // namespace task_queue
-
class NodeArrayBufferAllocator : public ArrayBufferAllocator {
public:
inline uint32_t* zero_fill_field() { return &zero_fill_field_; }