()
| 47 | func (*dynamicLookup) Has(string) bool { return true } |
| 48 | func (*dynamicLookup) Delete(string) bool { return true } |
| 49 | func (*dynamicLookup) Keys() []string { return nil } |
| 50 | |
| 51 | // newVMWithBindings creates a new JS runtime with env and tools pre-bound. |
| 52 | func (exp *Expander) newVMWithBindings(ctx context.Context) *goja.Runtime { |
no outgoing calls
no test coverage detected