Home
last modified time | relevance | path

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

/third_party/node/test/cctest/
H A Dtest_platform.cc65 v8::Isolate::CreateParams create_params; in TEST_F() local
66 create_params.array_buffer_allocator = allocator.get(); in TEST_F()
75 v8::Isolate::Initialize(isolate, create_params); in TEST_F()
H A Dtest_environment.cc593 v8::Isolate::CreateParams create_params; in TEST_F() local
594 create_params.array_buffer_allocator = allocator.get(); in TEST_F()
595 create_params.only_terminate_in_safe_scope = true; in TEST_F()
599 v8::Isolate::Initialize(isolate, create_params); in TEST_F()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc4028 Isolate::CreateParams create_params; in ExecuteInThread() local
4029 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in ExecuteInThread()
4030 create_params.experimental_attach_to_shared_isolate = Shell::shared_isolate; in ExecuteInThread()
4031 Isolate* isolate = Isolate::New(create_params); in ExecuteInThread()
4264 Isolate::CreateParams create_params; in ExecuteInThread() local
4265 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in ExecuteInThread()
4266 create_params.experimental_attach_to_shared_isolate = Shell::shared_isolate; in ExecuteInThread()
4267 isolate_ = Isolate::New(create_params); in ExecuteInThread()
5378 Isolate::CreateParams create_params; in Main() local
5403 create_params in Main()
[all...]
/third_party/node/src/
H A Djs_native_api_v8.cc1453 v8::Isolate::CreateParams create_params; in OH_JSVM_CreateVM() local
1455 create_params.external_references = externalReferences; in OH_JSVM_CreateVM()
1468 create_params.snapshot_blob = snapshotBlob; in OH_JSVM_CreateVM()
1477 create_params.array_buffer_allocator = in OH_JSVM_CreateVM()
1479 isolate = v8::Isolate::New(create_params); in OH_JSVM_CreateVM()

Completed in 18 milliseconds