Home
last modified time | relevance | path

Searched refs:NewIsolate (Results 1 – 13 of 13) sorted by relevance

/third_party/node/src/api/
Denvironment.cc314 Isolate* NewIsolate(Isolate::CreateParams* params, in NewIsolate() function
349 Isolate* NewIsolate(ArrayBufferAllocator* allocator, in NewIsolate() function
354 return NewIsolate(&params, event_loop, platform); in NewIsolate()
357 Isolate* NewIsolate(std::shared_ptr<ArrayBufferAllocator> allocator, in NewIsolate() function
362 return NewIsolate(&params, event_loop, platform); in NewIsolate()
Dembed_helpers.cc107 impl_->isolate = NewIsolate(impl_->allocator, &impl_->loop, platform); in CommonEnvironmentSetup()
/third_party/node/test/fuzzers/
Dfuzz_env.cc59 isolate_ = NewIsolate(allocator.get(), &current_loop, platform.get()); in FuzzerFixtureHelper()
/third_party/node/src/
Dnode_main_instance.cc79 isolate_ = NewIsolate( in NodeMainInstance()
Dnode_internals.h307 v8::Isolate* NewIsolate(v8::Isolate::CreateParams* params,
Dnode.h503 NODE_EXTERN v8::Isolate* NewIsolate(ArrayBufferAllocator* allocator,
506 NODE_EXTERN v8::Isolate* NewIsolate(
Dnode_worker.cc155 NewIsolate(&params, &loop_, w->platform_, w->snapshot_data()); in WorkerThreadData()
/third_party/node/test/cctest/
Dnode_test_fixture.h118 isolate_ = NewIsolate(allocator.get(), &current_loop, platform.get()); in SetUp()
Dtest_environment.cc473 v8::Isolate* isolate = NewIsolate(aba, &loop, data->platform); in TEST_F()
/third_party/node/doc/api/
Dembedding.md107 The `node::NewIsolate()` helper function creates a `v8::Isolate`,
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md156 …ejs/node/commit/5e64acd66b)] - **(SEMVER-MINOR)** **embedding**: make `NewIsolate()` API more flex…
DCHANGELOG_V10.md3286 …ejs/node/commit/7e10697ba0)] - **test**: make cctest fixture use node::NewIsolate (Daniel Bevenius…
DCHANGELOG_V12.md4163 …b.com/nodejs/node/commit/a7113048e3)] - **worker**: do not use two-arg NewIsolate (Shelley Vohr) […