Lines Matching refs:MaybeLocal
90 MaybeLocal<ObjectTemplate> global_template = MaybeLocal<ObjectTemplate>(),
91 MaybeLocal<Value> global_object = MaybeLocal<Value>(),
114 static MaybeLocal<Context> FromSnapshot(
119 MaybeLocal<Value> global_object = MaybeLocal<Value>(),
139 static MaybeLocal<Object> NewRemoteContext(
141 MaybeLocal<Value> global_object = MaybeLocal<Value>());
298 * Repeated call with the same index returns an empty MaybeLocal.
301 V8_INLINE MaybeLocal<T> GetDataFromSnapshotOnce(size_t index);
438 MaybeLocal<T> Context::GetDataFromSnapshotOnce(size_t index) {