| 104 | } |
| 105 | |
| 106 | JSValueRef IJavaScriptContext::newUndefined() { |
| 107 | return _undefinedValue.asUnretained(); |
| 108 | } |
| 109 | |
| 110 | JSValueRef IJavaScriptContext::newString(const StaticString& str, JSExceptionTracker& exceptionTracker) { |
| 111 | switch (str.encoding()) { |