initproperty 2048 core/Interpreter.cpp INSTR(initproperty) { initproperty 2059 core/Interpreter.cpp env->initproperty(a2, multiname, a1, toplevel->toVTable(a2)); initproperty 765 core/MethodEnv.cpp initproperty(obj, multi, value, vtable); initproperty 201 core/MethodEnv.h void initproperty(Atom obj, const Multiname* multiname, Atom value, VTable* vtable) const; initproperty 654 core/jit-calls.h env->initproperty(obj, name, value, toVTable(env->toplevel(), obj));