Home
last modified time | relevance | path

Searched refs:CommonEnvironmentSetup (Results 1 - 4 of 4) sorted by relevance

/third_party/node/src/api/
H A Dembed_helpers.cc76 struct CommonEnvironmentSetup::Impl {
86 CommonEnvironmentSetup::CommonEnvironmentSetup( in CommonEnvironmentSetup() function in node::CommonEnvironmentSetup
89 std::function<Environment*(const CommonEnvironmentSetup*)> make_env) in CommonEnvironmentSetup()
138 CommonEnvironmentSetup::~CommonEnvironmentSetup() { in ~CommonEnvironmentSetup()
169 uv_loop_t* CommonEnvironmentSetup::event_loop() const { in event_loop()
174 CommonEnvironmentSetup::array_buffer_allocator() const { in array_buffer_allocator()
178 Isolate* CommonEnvironmentSetup::isolate() const { in isolate()
182 IsolateData* CommonEnvironmentSetup
[all...]
/third_party/node/src/
H A Dnode.h739 class NODE_EXTERN CommonEnvironmentSetup { class
741 ~CommonEnvironmentSetup();
743 // Create a new CommonEnvironmentSetup, that is, a group of objects that
750 static std::unique_ptr<CommonEnvironmentSetup> Create(
762 CommonEnvironmentSetup(const CommonEnvironmentSetup&) = delete;
763 CommonEnvironmentSetup& operator=(const CommonEnvironmentSetup&) = delete;
764 CommonEnvironmentSetup(CommonEnvironmentSetup
[all...]
/third_party/node/test/embedding/
H A Dembedtest.cc10 using node::CommonEnvironmentSetup;
61 std::unique_ptr<CommonEnvironmentSetup> setup = in RunNodeInstance()
62 CommonEnvironmentSetup::Create(platform, &errors, args, exec_args); in RunNodeInstance()
/third_party/node/test/addons/new-isolate-addon/
H A Dbinding.cc40 node::CommonEnvironmentSetup::Create(platform, in RunInSeparateIsolate()

Completed in 3 milliseconds