| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3a64383 commit 4390889
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -886,8 +886,7 @@ Maybe<void> InitializePrimordials(Local<Context> context, | |||
| 886 | 886 | if (!GetPerContextExports(context).ToLocal(&exports)) { | |
| 887 | 887 | return Nothing<void>(); | |
| 888 | 888 | } | |
| 889 | - Local<String> primordials_string = | ||
| 890 | - FIXED_ONE_BYTE_STRING(isolate, "primordials"); | ||
| 889 | + Local<String> primordials_string = isolate_data->primordials_string(); | ||
| 891 | 890 | // Ensure that `InitializePrimordials` is called exactly once on a given | |
| 892 | 891 | // context. | |
| 893 | 892 | CHECK(!exports->Has(context, primordials_string).FromJust()); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments