| 619 | } |
| 620 | |
| 621 | const char *LexState::DescribeProperty(const char *name) { |
| 622 | if (instance) { |
| 623 | return instance->DescribeProperty(name); |
| 624 | } else { |
| 625 | return 0; |
| 626 | } |
| 627 | } |
| 628 | |
| 629 | void LexState::PropSet(const char *key, const char *val) { |
| 630 | props.Set(key, val); |