- : isolate_(context->GetIsolate())
- , isolate_data_(IsolateData::GetOrCreate(context->GetIsolate()))
- , using_smalloc_alloc_cb_(false)
- , using_domains_(false)
- , context_(context->GetIsolate(), context) {
+ : isolate_(context->GetIsolate()),
+ isolate_data_(IsolateData::GetOrCreate(context->GetIsolate())),
+ using_smalloc_alloc_cb_(false),
+ using_domains_(false),
+ context_(context->GetIsolate(), context) {