Lines Matching refs:v8_isolate
912 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_);
914 v8_isolate, Utils::ToLocalShared(array_buffer));
1090 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_);
1092 delegate_->GetSharedValueId(v8_isolate, Utils::ToLocal(object));
1107 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_);
1109 delegate_->WriteHostObject(v8_isolate, Utils::ToLocal(object));
2217 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_);
2221 !delegate_->GetSharedValueFromId(v8_isolate, shared_value_id)
2236 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_);
2238 if (!delegate_->ReadHostObject(v8_isolate).ToLocal(&object)) {