TRAIT_CONST 416 lib/as3/abc.c if(t->trait->kind == TRAIT_SLOT || t->trait->kind == TRAIT_CONST) { TRAIT_CONST 470 lib/as3/abc.c } else if(kind == TRAIT_SLOT || kind == TRAIT_CONST) { // slot, const TRAIT_CONST 504 lib/as3/abc.c if(kind == TRAIT_SLOT || kind == TRAIT_CONST) { TRAIT_CONST 506 lib/as3/abc.c } else if(kind>TRAIT_CONST) { TRAIT_CONST 541 lib/as3/abc.c trait->kind == TRAIT_CONST) { TRAIT_CONST 548 lib/as3/abc.c if(trait->kind == TRAIT_SLOT || trait->kind == TRAIT_CONST) { TRAIT_CONST 604 lib/as3/abc.c } else if(kind == TRAIT_SLOT || kind == TRAIT_CONST) { // slot, const TRAIT_CONST 609 lib/as3/abc.c kind==TRAIT_CONST?"const":"var", name, type_name, TRAIT_CONST 377 lib/as3/import.c } else if(trait->kind == TRAIT_CONST) { TRAIT_CONST 445 lib/as3/import.c v->flags |= trait->kind==TRAIT_CONST?FLAG_CONST:0; TRAIT_CONST 6419 lib/as3/parser.tab.c t->kind= TRAIT_CONST;