Lines Matching refs:MaybeLocal
87 MaybeLocal<ObjectTemplate> global_template = MaybeLocal<ObjectTemplate>(),
88 MaybeLocal<Value> global_object = MaybeLocal<Value>(),
111 static MaybeLocal<Context> FromSnapshot(
116 MaybeLocal<Value> global_object = MaybeLocal<Value>(),
136 static MaybeLocal<Object> NewRemoteContext(
138 MaybeLocal<Value> global_object = MaybeLocal<Value>());
250 * Repeated call with the same index returns an empty MaybeLocal.
253 V8_INLINE MaybeLocal<T> GetDataFromSnapshotOnce(size_t index);
392 MaybeLocal<T> Context::GetDataFromSnapshotOnce(size_t index) {