Home
last modified time | relevance | path

Searched refs:AllowCodeGenerationFromStringsCallback (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-callbacks.h250 using AllowCodeGenerationFromStringsCallback = bool (*)(Local<Context> context, variable
/third_party/node/deps/v8/src/execution/
Disolate.h465 V(AllowCodeGenerationFromStringsCallback, allow_code_gen_callback, nullptr) \
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc2440 AllowCodeGenerationFromStringsCallback callback = in Compile()