()
| 38 | } |
| 39 | |
| 40 | function getOptionsAsFlagsFromBinding() { |
| 41 | return optionsFlags ??= getOptionsAsFlags(); |
| 42 | } |
| 43 | |
| 44 | function getEmbedderOptions() { |
| 45 | return embedderOptions ??= getEmbedderOptionsFromBinding(); |
no outgoing calls
no test coverage detected
searching dependent graphs…