| 67 | } |
| 68 | |
| 69 | Valdi::SharedViewNodeTree RuntimeWrapper::createViewNodeTreeAndContext(const char* bundleName, |
| 70 | const char* documentName) { |
| 71 | return createViewNodeTreeAndContext(bundleName, documentName, Valdi::Value::undefined()); |
| 72 | } |
| 73 | |
| 74 | Valdi::SharedViewNodeTree RuntimeWrapper::createViewNodeTreeAndContext(const char* bundleName, |
| 75 | const char* documentName, |
no test coverage detected