[Webkit-unassigned] [Bug 208758] JSContext Inspector: CommandLineAPI `dir({a:1})` does not work - undefined is not an object (evaluating 'inspectedGlobalObject.console.dir')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 7 00:01:18 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=208758

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org> ---
Yeah, my mistake. Working with a test program:

```
#import <Foundation/Foundation.h>
#import <JavaScriptCore/JavaScriptCore.h>

int main() {
    JSContext* context = [[JSContext alloc] init];
    [context evaluateScript:@"1+1"];
    [[NSRunLoop mainRunLoop] run];
    return 0;
}
```

Everything works fine.

Closing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200307/11c9472b/attachment.htm>


More information about the webkit-unassigned mailing list