Uses of Class
js.tinyvm.ExceptionRecord

Packages that use ExceptionRecord
js.tinyvm   
 

Uses of ExceptionRecord in js.tinyvm
 

Methods in js.tinyvm that return types with arguments of type ExceptionRecord
 RecordTable<ExceptionRecord> MethodRecord.getExceptions()
           
 

Method parameters in js.tinyvm with type arguments of type ExceptionRecord
 void ClassRecord.storeMethods(RecordTable<RecordTable<MethodRecord>> aMethodTables, RecordTable<RecordTable<ExceptionRecord>> aExceptionTables, HashVector<Signature> aSignatures, boolean aAll)
           
 void PrimitiveClassRecord.storeMethods(RecordTable<RecordTable<MethodRecord>> aMethodTables, RecordTable<RecordTable<ExceptionRecord>> aExceptionTables, HashVector<Signature> aSignatures, boolean aAll)
           
 void ClassRecord.storeOptimizedMethods(RecordTable<RecordTable<MethodRecord>> aMethodTables, RecordTable<RecordTable<ExceptionRecord>> aExceptionTables, HashVector<Signature> aSignatures)
           
 void PrimitiveClassRecord.storeOptimizedMethods(RecordTable<RecordTable<MethodRecord>> aMethodTables, RecordTable<RecordTable<ExceptionRecord>> aExceptionTables, HashVector<Signature> aSignatures)
           
 

Constructor parameters in js.tinyvm with type arguments of type ExceptionRecord
MethodRecord(Method aEntry, Signature aSignature, ClassRecord aClassRec, Binary aBinary, RecordTable<RecordTable<ExceptionRecord>> aExceptionTables, HashVector<Signature> aSignatures)