File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
web-image/src/com.oracle.svm.webimage.jtt/src/com/oracle/svm/webimage/jtt/api Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ private static void heapGeneratedObjects() {
162
162
inspectHeapOnlyPoint ("dummy" );
163
163
}
164
164
165
+ // TODO GR-65036 This will have to be updated since the x and y values will be JS primitives
165
166
@ JS ("const { x, y } = dummy.$vm.exports.com.oracle.svm.webimage.jtt.api.HeapOnlyPointStatics.getPoint(); console.log(x.$as('number')); console.log(y.$as('number'));" )
166
167
private static native void inspectHeapOnlyPoint (String dummy );
167
168
}
@@ -212,7 +213,7 @@ public String toString() {
212
213
213
214
@ JS .Export
214
215
class SubclassOfImportedJSObject extends ImportedJSObject {
215
- protected final int index ;
216
+ protected int index ;
216
217
217
218
SubclassOfImportedJSObject (String importDeclaration , int index ) {
218
219
super (importDeclaration );
You can’t perform that action at this time.
0 commit comments