Lines Matching refs:state_
211 if (state_.super != nullptr) {
213 GenType(state_.super->TsType());
223 if (methodDef != nullptr && !state_.inInterface) {
409 if (state_.inInterface) {
491 state_.inInterface = true;
525 state_.currentClassDescriptor = classDescriptor;
527 state_.inGlobalClass = classDef->IsGlobal();
536 if (!state_.inGlobalClass) {
541 state_.super = super;
569 if (!state_.inGlobalClass) {
572 Out("(", className, " as any) = (globalThis as any).Panda.getClass('", state_.currentClassDescriptor, "');");
587 if (state_.inGlobalClass) {
614 if (state_.inGlobalClass) {
627 if (state_.inGlobalClass) {
641 if (!state_.inInterface) {