Skip to content

Commit de3779e

Browse files
committed
[vm] Update Dart_IsolateGroupCreateCallback comment
[email protected] Change-Id: Ic51b76c4566bfde8ba241763df06be2878be00b5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148523 Reviewed-by: Martin Kustermann <[email protected]>
1 parent 6708394 commit de3779e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

runtime/include/dart_api.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -570,11 +570,10 @@ DART_EXPORT void Dart_IsolateFlagsInitialize(Dart_IsolateFlags* flags);
570570
* improve debugging messages. The main function is not invoked by
571571
* this function.
572572
* \param package_root Ignored.
573-
* \param package_config The package config for this isolate to resolve package
574-
* imports against. The array contains alternating keys and values,
575-
* terminated by a NULL key. Only one of package_root and package_config
576-
* parameters is non-NULL. If neither parameter is passed the package
577-
* resolution of the parent isolate should be used.
573+
* \param package_config Uri of the package configuration file (either in format
574+
* of .packages or .dart_tool/package_config.json) for this isolate
575+
* to resolve package imports against. If this parameter is not passed the
576+
* package resolution of the parent isolate should be used.
578577
* \param flags Default flags for this isolate being spawned. Either inherited
579578
* from the spawning isolate or passed as parameters when spawning the
580579
* isolate from Dart code.

0 commit comments

Comments
 (0)