Home
last modified time | relevance | path

Searched defs:AllowWasmCodeGenerationCallback (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-callbacks.h299 using AllowWasmCodeGenerationCallback = bool (*)(Local<Context> context, variable
/third_party/node/src/api/
Denvironment.cc44 bool AllowWasmCodeGenerationCallback(Local<Context> context, in AllowWasmCodeGenerationCallback() function