Bug 57023 - Use JavaValue rather than jvalue for the conversions to and from JavaScript objects in the JSC Java bridge
Summary: Use JavaValue rather than jvalue for the conversions to and from JavaScript o...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 57022
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-24 09:03 PDT by Steve Block
Modified: 2012-01-08 10:55 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2011-03-24 09:03:03 PDT
This will allow us to use JavaValue rather than jvalue in the JavaInstance API and thus make the API independent of JNI. See Bug 57019.

The corresponding change for V8 is being done in Bug 57022.
Comment 1 Steve Block 2012-01-08 10:55:59 PST
No longer relevant. The V8 code was removed in Bug 75801.