Add tests for clr object method proxy #2138
Draft
Annotations
3 errors
|
|
|
Jint.Tests/Runtime/ProxyTests.cs#L515
Jint.Runtime.JavaScriptException : 'get' on proxy: property 'Add' is a read-only and non-configurable data property on the proxy target but the proxy did not return its actual value (expected 'function Jint.Tests.Runtime.ProxyTests+TestClass.Add() { [native code] }' but got 'function () { [native code] }')
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : 'get' on proxy: property 'Add' is a read-only and non-configurable data property on the proxy target but the proxy did not return its actual value (expected 'function Jint.Tests.Runtime.ProxyTests+TestClass.Add() { [native code] }' but got 'function () { [native code] }')
|
|
Jint.Tests/Runtime/ProxyTests.cs#L489
Jint.Runtime.JavaScriptException : 'get' on proxy: property 'Add' is a read-only and non-configurable data property on the proxy target but the proxy did not return its actual value (expected 'function Jint.Tests.Runtime.ProxyTests+TestClass.Add() { [native code] }' but got 'function () { [native code] }')
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : 'get' on proxy: property 'Add' is a read-only and non-configurable data property on the proxy target but the proxy did not return its actual value (expected 'function Jint.Tests.Runtime.ProxyTests+TestClass.Add() { [native code] }' but got 'function () { [native code] }')
|
The logs for this run have expired and are no longer available.
Loading