(example string)
| 52 | } |
| 53 | |
| 54 | func (j *jsFunctionDefinition) Example(example string) *jsFunctionDefinition { |
| 55 | j.examples = append(j.examples, example) |
| 56 | return j |
| 57 | } |
| 58 | |
| 59 | func (j *jsFunctionDefinition) FnCtor(ctor func(r *vmRunner) jsFunction) *jsFunctionDefinition { |
| 60 | j.ctor = ctor |
no outgoing calls
no test coverage detected