We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb56d12 commit ef8b5d3Copy full SHA for ef8b5d3
src/PAST/NQP.pir
@@ -342,7 +342,13 @@ entry to produce the node to be returned.
342
343
# object opcodes
344
maphash['bindattr'] = 'setattribute__3PPsP'
345
+ maphash['bindattr_i'] = 'repr_bind_attr_int__PPsi'
346
+ maphash['bindattr_n'] = 'repr_bind_attr_num__PPsn'
347
+ maphash['bindattr_s'] = 'repr_bind_attr_str__PPss'
348
maphash['getattr'] = 'getattribute__PPPs'
349
+ maphash['getattr_i'] = 'repr_get_attr_int__IPPs'
350
+ maphash['getattr_n'] = 'repr_get_attr_num__NPPs'
351
+ maphash['getattr_s'] = 'repr_get_attr_str__SPPs'
352
maphash['create'] = 'repr_instance_of__PP'
353
maphash['clone'] = 'clone__PP'
354
maphash['isconcrete'] = 'repr_defined__IP'
0 commit comments