| 94 | } |
| 95 | |
| 96 | static void DictionaryFreeze() |
| 97 | { |
| 98 | ScriptFrame *vframe = ScriptFrame::GetCurrentFrame(); |
| 99 | Dictionary::Ptr self = static_cast<Dictionary::Ptr>(vframe->Self); |
| 100 | self->Freeze(); |
| 101 | } |
| 102 | |
| 103 | Object::Ptr Dictionary::GetPrototype() |
| 104 | { |