Searched refs:NewIsolate (Results 1 – 11 of 11) sorted by relevance
/third_party/node/src/api/ |
D | environment.cc | 266 Isolate* NewIsolate(ArrayBufferAllocator* allocator, uv_loop_t* event_loop) { in NewIsolate() function 267 return NewIsolate(allocator, event_loop, GetMainThreadMultiIsolatePlatform()); in NewIsolate() 272 Isolate* NewIsolate(Isolate::CreateParams* params, in NewIsolate() function 289 Isolate* NewIsolate(ArrayBufferAllocator* allocator, in NewIsolate() function 294 return NewIsolate(¶ms, event_loop, platform); in NewIsolate() 297 Isolate* NewIsolate(std::shared_ptr<ArrayBufferAllocator> allocator, in NewIsolate() function 302 return NewIsolate(¶ms, event_loop, platform); in NewIsolate()
|
/third_party/node/test/fuzzers/ |
D | fuzz_env.cc | 59 isolate_ = NewIsolate(allocator.get(), ¤t_loop, platform.get()); in FuzzerFixtureHelper()
|
/third_party/node/test/embedding/ |
D | embedtest.cc | 66 Isolate* isolate = NewIsolate(allocator, &loop, platform); in RunNodeInstance()
|
/third_party/node/test/cctest/ |
D | node_test_fixture.h | 118 isolate_ = NewIsolate(allocator.get(), ¤t_loop, platform.get()); in SetUp()
|
D | test_environment.cc | 481 v8::Isolate* isolate = NewIsolate(aba, &loop, data->platform); in TEST_F()
|
/third_party/node/doc/api/ |
D | embedding.md | 93 The `node::NewIsolate()` helper function creates a `v8::Isolate`, 115 Isolate* isolate = NewIsolate(allocator, &loop, platform);
|
/third_party/node/src/ |
D | node.h | 373 NODE_EXTERN v8::Isolate* NewIsolate(ArrayBufferAllocator* allocator, 375 NODE_EXTERN v8::Isolate* NewIsolate(ArrayBufferAllocator* allocator, 378 NODE_EXTERN v8::Isolate* NewIsolate(
|
D | node_internals.h | 287 v8::Isolate* NewIsolate(v8::Isolate::CreateParams* params,
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V11.md | 152 …ejs/node/commit/5e64acd66b)] - **(SEMVER-MINOR)** **embedding**: make `NewIsolate()` API more flex…
|
D | CHANGELOG_V12.md | 1746 …b.com/nodejs/node/commit/a7113048e3)] - **worker**: do not use two-arg NewIsolate (Shelley Vohr) […
|
D | CHANGELOG_V10.md | 3014 …ejs/node/commit/7e10697ba0)] - **test**: make cctest fixture use node::NewIsolate (Daniel Bevenius…
|