979899100101102103104105106
public Scriptable getContext() { if (context != null) { return context; } context = new FOM_Context( getParentScope(), ObjectModelHelper.getContext(objectModel)); return context; }
96979899100101102103104105