Lines Matching defs:isolate
71 void DateTimeConfigurationChangeNotification(Isolate* isolate, const T& key) { in DateTimeConfigurationChangeNotification()
104 MaybeLocal<String> RealEnvStore::Get(Isolate* isolate, in Get()
118 void RealEnvStore::Set(Isolate* isolate, in Set()
155 int32_t RealEnvStore::Query(Isolate* isolate, Local<String> property) const { in Query()
160 void RealEnvStore::Delete(Isolate* isolate, Local<String> property) { in Delete()
217 MaybeLocal<String> MapKVStore::Get(Isolate* isolate, Local<String> key) const { in Get()
226 void MapKVStore::Set(Isolate* isolate, Local<String> key, Local<String> value) { in Set()
241 int32_t MapKVStore::Query(Isolate* isolate, Local<String> key) const { in Query()
246 void MapKVStore::Delete(Isolate* isolate, Local<String> key) { in Delete()
275 Isolate* isolate = context->GetIsolate(); in AssignFromObject() local
380 MaybeLocal<Object> CreateEnvVarProxy(Local<Context> context, Isolate* isolate) { in CreateEnvVarProxy()