Lines Matching refs:V8
140 using v8::V8;
150 // Tells whether the per-process V8::Initialize() is called and
500 // calls elsewhere in the program (e.g., any logging from V8.)
585 // Tell V8 to disable emitting WebAssembly
588 // and pass the signal context to V8.
601 V8::EnableWebAssemblyTrapHandler(false);
743 // is removed in V8.
771 V8::SetFlagsFromCommandLine(&argc, v8_args_as_char_ptr.data(), true);
775 // Anything that's still in v8_argv is not a V8 or a node option.
819 // Should come before the call to V8::SetFlagsFromCommandLine()
822 V8::SetFlagsFromString(NODE_V8_OPTIONS, sizeof(NODE_V8_OPTIONS) - 1);
926 // This needs to run *before* V8::Initialize().
962 V8::SetFlagsFromString("--help", static_cast<size_t>(6));
996 // For Node.js this will mean that CSPRNG() will be called by V8 as
1060 V8::SetEntropySource([](unsigned char* buffer, size_t length) {
1061 // V8 falls back to very weak entropy when this function fails
1084 V8::Initialize();
1102 V8::Dispose();
1112 V8::DisposePlatform();