| 100 | } |
| 101 | |
| 102 | JSValueRef IJavaScriptContext::newNull() { |
| 103 | return _nullValue.asUnretained(); |
| 104 | } |
| 105 | |
| 106 | JSValueRef IJavaScriptContext::newUndefined() { |
| 107 | return _undefinedValue.asUnretained(); |
nothing calls this directly
no test coverage detected